/* Partials
================================================ */
* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, .blog-inner h1, h3, .inner-project .intro-content h2, .inner-project .intro-content .blog-inner h1, .blog-inner .inner-project .intro-content h1, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Visby", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #363636;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 22px;
  }
}
h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 900;
}

h2, .blog-inner h1 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}

h3, .inner-project .intro-content h2, .inner-project .intro-content .blog-inner h1, .blog-inner .inner-project .intro-content h1 {
  font-size: 30px;
  line-height: 34px;
}

h4 {
  font-size: 26px;
}

h5 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  color: #EB5D2B;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 900;
  }
  h2, .blog-inner h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
  }
  h3, .inner-project .intro-content h2, .inner-project .intro-content .blog-inner h1, .blog-inner .inner-project .intro-content h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    color: #EB5D2B;
  }
}
p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

.ti-cursor {
  font-weight: 300 !important;
  margin-left: 0em !important;
}
.ti-cursor.fadeout {
  animation: none !important;
  opacity: 0 !important;
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

a[href=""] {
  pointer-events: none;
}

/* Font Face Imports
================================================ */
@font-face {
  font-family: "Visby";
  src: url("../library/fonts/visbyextrabold-webfont.woff") format("woff"), url("../library/fonts/visbyextrabold-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Visby";
  src: url("../library/fonts/visbybold-webfont.woff") format("woff"), url("../library/fonts/visbybold-webfont.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Visby";
  src: url("../library/fonts/visbymedium-webfont.woff") format("woff"), url("../library/fonts/visbymedium-webfont.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
a.btn, .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #EB5D2B;
  color: #FFF;
  border: 2px solid #EB5D2B;
  transition: 0.25s all ease-in-out;
  cursor: pointer;
  padding: 9px 30px 9px 30px;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}
a.btn:hover, .btn:hover {
  background: none;
  color: #EB5D2B;
}
a.btn.hollow, .btn.hollow {
  background: none;
  color: #EB5D2B;
}
a.btn.hollow:hover, .btn.hollow:hover {
  background: #EB5D2B;
  color: #FFF;
}

body.noscroll {
  overflow: hidden;
}

.wrap {
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.block {
  padding: 50px 0;
}
.block.large-pd-top {
  padding-top: 100px;
}
.block.small-pd-top {
  padding-top: 25px;
}
.block.no-pd-top {
  padding-top: 0;
}
.block.large-pd-bottom {
  padding-bottom: 100px;
}
.block.small-pd-bottom {
  padding-bottom: 25px;
}
.block.no-pd-bottom {
  padding-bottom: 0;
}

.orange-bg {
  background: #EB5D2B;
}

.darkgrey-bg {
  background: #363636;
}

.lightgrey-bg {
  background: #EBE9EA;
}

@media only screen and (min-width: 768px) {
  .block {
    padding: 100px 0;
  }
  .block.large-pd-top {
    padding-top: 150px;
  }
  .block.small-pd-top {
    padding-top: 50px;
  }
  .block.no-pd-top {
    padding-top: 0;
  }
  .block.large-pd-bottom {
    padding-bottom: 150px;
  }
  .block.small-pd-bottom {
    padding-bottom: 50px;
  }
  .block.no-pd-bottom {
    padding-bottom: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes translateUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Blog image styling
================================================ */
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
}

img.alignright {
  margin: 1em 0;
}

img.alignleft {
  margin: 1em 0;
}

img.alignnone {
  margin: 1em 0;
}

img.aligncenter {
  display: block;
  margin: 1em;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin: 0 0 2em 2em;
  }
  img.alignleft {
    float: left;
    margin: 0 2em 2em 0;
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 2em 2em;
  }
  a img.alignleft {
    float: left;
    margin: 0 2em 2em 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    padding: 65px 0;
  }
}
@keyframes bounceUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fadeup {
  will-change: transform, opacity;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  backface-visibility: hidden;
  perspective: 1000;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fadeup.animateelement {
  animation-name: fadeUp;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.faderight {
  will-change: transform, opacity;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  backface-visibility: hidden;
  perspective: 1000;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.faderight.animateelement {
  animation-name: fadeRight;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.opacity-anim {
  opacity: 0;
  will-change: opacity;
}

.fadein {
  will-change: opacity;
  opacity: 0;
  backface-visibility: hidden;
  perspective: 1000;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fadein.animateelement {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Third Party Payload
================================================ */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  pointer-events: auto !important;
}

.fancybox-inner .fancybox-content {
  pointer-events: auto !important;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Layout
================================================ */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  color: #FFF;
  display: flex;
  align-items: center;
  z-index: 10;
}
header .logo {
  position: relative;
  z-index: 5;
  display: block;
  margin-right: auto;
  max-width: 200px;
  width: 100%;
}
header .logo svg {
  width: 100%;
  height: auto;
  display: block;
}
header .logo svg path {
  transition: 0.25s all ease-in-out;
}
header.open svg .name path {
  fill: #FFF !important;
}

.home header {
  color: #363636;
}
.home header svg .name path {
  fill: #363636;
}

@media only screen and (min-width: 768px) {
  header {
    padding: 45px 20px;
  }
  header .logo {
    max-width: 260px;
  }
}
@media only screen and (min-width: 1280px) {
  header {
    padding: 60px;
  }
}
.menu-toggle {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.menu-toggle * {
  transition: 0.25s ease-in-out;
}
.menu-toggle span {
  background: #FFF;
  display: block;
}
.menu-toggle .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
}
.menu-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: relative;
}
.menu-toggle .hamburger span:first-of-type {
  margin: 0 0 5px;
}
.menu-toggle .hamburger span:last-of-type {
  margin: 5px 0 0;
}
.menu-toggle .hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
.menu-toggle .hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
.menu-toggle .hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  width: 60%;
}
.menu-toggle .cross {
  position: relative;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
.menu-toggle .cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 13px;
  transition-delay: 0s;
}
.menu-toggle .cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 13.5px;
  transition-delay: 0.25s;
}
.menu-toggle.active .hamburger span {
  width: 0%;
}
.menu-toggle.active .hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu-toggle.active .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu-toggle.active .hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
.menu-toggle.active .hamburger span:not(:first-of-type) {
  width: 0%;
}
.menu-toggle.active .cross span {
  background: #FFF;
}
.menu-toggle.active .cross span:nth-child(1) {
  height: 100%;
  transition-delay: 0.625s;
}
.menu-toggle.active .cross span:nth-child(2) {
  width: 100%;
  transition-delay: 0.375s;
}

.home .menu-toggle span {
  background: #363636;
}

@media only screen and (max-width: 1023px) {
  header nav {
    background: #363636 url("../library/images/dark-pattern-bg.webp") center/cover;
    color: #FFF;
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.75s all ease-in-out;
    padding: 120px 20px 20px 20px;
    pointer-events: none;
    overflow: auto;
  }
  header nav ul {
    opacity: 1;
    list-style: none;
    margin: 0;
  }
  header nav ul li {
    margin-bottom: 0;
  }
  header nav .main-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 0;
    transition: 0.5s all ease-in-out;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    height: 100%;
  }
  header nav .main-nav > li {
    position: relative;
    padding: 30px 0;
  }
  header nav .main-nav > li:first-of-type {
    padding-top: 0;
  }
  header nav .main-nav > li.btn {
    padding: 0;
    background: none;
    border-radius: 100px;
  }
  header nav .main-nav > li.btn a {
    padding: 10px 50px;
  }
  header nav .main-nav > li.btn:hover {
    background: #EB5D2B;
    color: #FFF;
  }
  header nav.open {
    opacity: 1;
    pointer-events: auto;
  }
  header nav.open .main-nav {
    opacity: 1;
    transition-delay: 1s;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  header nav {
    position: relative;
    z-index: 10;
    font-size: 17px;
  }
  header nav ul {
    display: flex;
    align-items: center;
    gap: 0 35px;
    font-weight: bold;
  }
  header nav li {
    position: relative;
  }
  header nav li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EB5D2B;
    content: "";
    transition: 0.25s all ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
  }
  header nav li:hover:before, header nav li.current_page_item:before {
    transform: scale(1);
  }
  header nav .btn {
    border: none;
    padding: 0;
  }
  header nav .btn a {
    padding: 9px 30px 9px 30px;
  }
  header nav .btn:before {
    display: none;
  }
  header nav .btn:hover {
    background: #FFF;
    color: #EB5D2B;
  }
}
footer {
  background: #363636 url("../library/images/dark-pattern-bg.webp") center/cover;
  color: #FFF;
  padding: 60px 0;
}
footer .top-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer .logo {
  display: block;
  margin-bottom: 30px;
}
footer .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
footer .social p {
  width: 100%;
  margin-right: auto;
}
footer .social a, footer .social img {
  width: 100%;
  display: block;
  max-width: 25px;
  height: auto;
}
footer .social a {
  transition: 0.25s all ease-in-out;
}
footer .social a:hover {
  opacity: 0.7;
}
footer p {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 16px;
  margin-right: 20px;
}
footer .bottom-row {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
footer .bottom-row .mom {
  order: 2;
  max-width: 125px;
  display: block;
}
footer .bottom-row .mom img {
  display: block;
  width: 100%;
  height: auto;
}
footer .bottom-row .bottom-right {
  display: flex;
  order: 1;
  margin-bottom: 30px;
}
footer .bottom-row p {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
  margin-right: 0;
}
footer .bottom-row p a:hover {
  text-decoration: underline;
}
footer .bottom-row p:first-of-type {
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  footer .top-row {
    flex-direction: row;
  }
  footer .logo {
    display: block;
    margin-right: auto;
    margin-bottom: 0;
  }
  footer .social {
    flex-wrap: nowrap;
    gap: 15px;
  }
  footer .social p {
    display: none;
  }
  footer .social a, footer .social img {
    max-width: 32px;
  }
  footer p {
    flex-shrink: 0;
    font-size: 25px;
    line-height: 25px;
    margin-right: 20px;
  }
  footer .bottom-row {
    flex-direction: row;
    align-items: flex-end;
    margin-top: 30px;
  }
  footer .bottom-row .mom, footer .bottom-row .bottom-right {
    order: 0;
  }
  footer .bottom-row .bottom-right {
    margin-bottom: 0;
    margin-left: auto;
  }
  footer .bottom-row p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    margin-left: 20px;
  }
  footer .bottom-row p:first-of-type {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  footer .social p {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  footer .social a, footer .social img {
    max-width: 32px;
  }
  footer .bottom-row {
    margin-top: 40px;
  }
}
/* Components Payload
================================================ */
.event {
  display: flex;
  flex-wrap: wrap;
  background: #F2F2F2;
  border-radius: 20px;
  padding: 30px 30px;
}
.event h3, .event .inner-project .intro-content h2, .inner-project .intro-content .event h2, .event .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .event h1, .event .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .event h1 {
  order: 1;
  margin-right: auto;
  max-width: 180px;
}
.event .right-col {
  display: contents;
}
.event .date {
  order: 2;
  margin-left: auto;
  color: #EB5D2B;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.event .date span {
  display: block;
  font-size: 46px;
  line-height: 40px;
}
.event div.btn {
  order: 3;
  font-weight: bold;
  padding: 8px 25px;
  font-size: 13px;
  line-height: 14px;
  margin: 30px auto 0 0;
  min-width: 120px;
}
.event:hover .btn {
  background: #EB5D2B;
  color: #FFF;
}

@media only screen and (min-width: 667px) {
  .event {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .event h3, .event .inner-project .intro-content h2, .inner-project .intro-content .event h2, .event .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .event h1, .event .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .event h1 {
    order: 0;
    margin-right: auto;
    max-width: 200px;
  }
  .event .right-col {
    display: flex;
    flex-direction: column;
  }
  .event .date {
    order: 0;
    margin-left: auto;
    margin-bottom: auto;
  }
  .event div.btn {
    order: 0;
    margin: 50px auto 0 0;
    padding: 8px 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .event {
    padding: 30px 40px;
  }
  .event h3, .event .inner-project .intro-content h2, .inner-project .intro-content .event h2, .event .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .event h1, .event .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .event h1 {
    order: 0;
    margin-right: auto;
    max-width: 180px;
  }
  .event div.btn {
    padding: 8px 25px;
  }
}
.form-container {
  position: relative;
  max-width: 545px;
  width: 100%;
}
.form-container.mail-sent .thank-you {
  opacity: 1;
  pointer-events: auto;
}
.form-container.mail-sent .wpcf7 {
  pointer-events: none;
  opacity: 0;
}
.form-container .thank-you {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  transition: 0.25s 0.25s all ease-in-out;
  opacity: 0;
}
.form-container .wpcf7 {
  transition: 0.25s all ease-in-out;
}
.form-container form {
  display: flex;
  flex-direction: column;
}
.form-container .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 35px;
}
.form-container label {
  margin-bottom: 10px;
}
.form-container input, .form-container textarea, .form-container select {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: #FFF;
  border: 0;
  padding: 25px 30px;
  font-weight: bold;
  font-size: 17px;
  font-family: "Visby", sans-serif;
  resize: none;
  width: 100%;
  outline: 0;
  -webkit-appearance: none;
}
.form-container input.btn, .form-container textarea.btn, .form-container select.btn {
  max-width: 165px;
  color: #EB5D2B;
  background: #FFF;
  height: 42px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #FFF;
}
.form-container input.btn:hover, .form-container textarea.btn:hover, .form-container select.btn:hover {
  background: none;
  color: #FFF;
}
.form-container textarea {
  height: 155px;
}
.form-container .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #FFF;
  font-size: 14px;
  margin-top: 10px;
}
.form-container [data-name=contact-reason] {
  position: relative;
}
.form-container [data-name=contact-reason]:after {
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  height: 16px;
  width: 16px;
  background: url("../library/images/down-chevron.svg") center/contain no-repeat;
  content: "";
}
.form-container .wpcf7-acceptance {
  display: flex;
}
.form-container .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 15px 0 0;
}
.form-container .wpcf7-acceptance .wpcf7-list-item-label {
  margin-top: -3px;
  font-size: 15px;
}
.form-container .wpcf7-acceptance label {
  display: flex;
  font-weight: 300;
}
.form-container .wpcf7-acceptance label a {
  text-decoration: underline;
}
.form-container input[type=checkbox] {
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
  margin: 0;
  display: block;
  flex-shrink: 0;
  margin-right: 15px;
}
.form-container input[type=checkbox]:checked {
  background: url("../library/images/tick.svg") center/10px no-repeat;
}
.form-container ::-moz-placeholder {
  color: #FFF;
}
.form-container ::placeholder {
  color: #FFF;
}
.form-container .wpcf7-response-output {
  display: none;
}
.form-container .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}

/* Blocks Payload
================================================ */
.alternating-content-and-image .intro-content {
  margin-bottom: 40px;
}
.alternating-content-and-image .row {
  margin-bottom: 60px;
}
.alternating-content-and-image .row.grey-bg {
  padding: 60px 0;
  background: #EBE9EA;
}
.alternating-content-and-image .row:last-of-type {
  margin-bottom: 0;
}
.alternating-content-and-image .content {
  margin-bottom: 40px;
}
.alternating-content-and-image .content img.alignright {
  float: right;
  max-width: 100px;
  margin: 0 0 30px 30px;
}
.alternating-content-and-image .btn {
  margin-top: 40px;
}
.alternating-content-and-image .social-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.alternating-content-and-image .social-icons p {
  width: 100%;
  margin-bottom: 10px;
}
.alternating-content-and-image .social-icons a, .alternating-content-and-image .social-icons img {
  width: 100%;
  display: block;
  max-width: 25px;
  height: auto;
}
.alternating-content-and-image .social-icons a {
  transition: 0.25s all ease-in-out;
  margin-right: 10px;
}
.alternating-content-and-image .social-icons a:last-of-type {
  margin-right: 0;
}
.alternating-content-and-image .social-icons a:hover {
  opacity: 0.7;
}
.alternating-content-and-image .main-image {
  margin: 0 auto;
  max-width: 575px;
  width: 100%;
  height: auto;
  display: block;
}
.alternating-content-and-image .bottom-content {
  text-align: center;
  max-width: 960px;
  margin: 60px auto 0 auto;
}

@media only screen and (min-width: 768px) {
  .alternating-content-and-image .intro-content {
    margin-bottom: 55px;
  }
  .alternating-content-and-image .row {
    margin-bottom: 100px;
  }
  .alternating-content-and-image .row.grey-bg {
    padding: 100px 0;
    background: #EBE9EA;
  }
  .alternating-content-and-image .content {
    margin-bottom: 80px;
  }
  .alternating-content-and-image .content img.alignright {
    max-width: 125px;
  }
  .alternating-content-and-image .bottom-content {
    margin-top: 135px;
  }
  .alternating-content-and-image .main-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 350px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .alternating-content-and-image .row .wrap {
    display: flex;
    align-items: center;
  }
  .alternating-content-and-image .row:nth-of-type(2n) .content {
    order: 2;
    margin: 0 0 0 auto;
  }
  .alternating-content-and-image .row:nth-of-type(2n) .main-image {
    margin: 0 20px 0 0;
  }
  .alternating-content-and-image .row:last-of-type {
    margin-bottom: 0;
  }
  .alternating-content-and-image .content {
    max-width: 400px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .alternating-content-and-image .main-image {
    max-width: 500px;
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .alternating-content-and-image .row:nth-of-type(2n) .main-image {
    margin: 0 40px 0 0;
  }
  .alternating-content-and-image .content {
    max-width: 500px;
  }
  .alternating-content-and-image .main-image {
    max-width: 575px;
    margin-left: 40px;
  }
}
.awards {
  background: #EB5D2B;
  color: #FFF;
}
.awards .intro-content {
  text-align: center;
  margin-bottom: 40px;
}
.awards .award-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: #FFF;
  padding: 30px;
}
.awards a {
  width: 100%;
  max-width: 250px;
}
.awards img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .awards .intro-content {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .awards {
    padding-top: 195px;
  }
  .awards .intro-content {
    margin-bottom: 70px;
  }
  .awards .award-logos {
    gap: 20px;
  }
  .awards a {
    max-width: 220px;
  }
}
@media only screen and (min-width: 1140px) {
  .awards a {
    width: 100%;
    max-width: 250px;
  }
}
.blog-inner {
  position: relative;
  padding-top: 120px;
}
.blog-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background: #363636 url("../library/images/dark-pattern-bg.webp") center/cover;
  content: "";
}
.blog-inner .wrap {
  position: relative;
}
.blog-inner .main-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 60px auto;
}
.blog-inner h1 {
  margin-bottom: 25px;
}
.blog-inner .date {
  color: #EB5D2B;
  font-size: 20px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .blog-inner:before {
    height: 400px;
  }
  .blog-inner .main-image {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-inner {
    padding-top: 260px;
  }
  .blog-inner:before {
    height: 600px;
  }
  .blog-inner .main-image {
    max-width: 600px;
    height: auto;
  }
}
.blog-overview {
  position: relative;
  margin-top: -120px;
  z-index: 2;
}
.blog-overview .wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.blog-overview .post {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
}
.blog-overview .post .image-container {
  overflow: hidden;
  min-height: 200px;
}
.blog-overview .post img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  transition: 1s all ease-in-out;
  max-height: 350px;
}
.blog-overview .post .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
  background: #000;
  color: #FFF;
}
.blog-overview .post h3, .blog-overview .post .inner-project .intro-content h2, .inner-project .intro-content .blog-overview .post h2, .blog-overview .post .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .blog-overview .post h1, .blog-overview .post .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .blog-overview .post h1 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 20px;
}
.blog-overview .post .arrow {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: auto;
  font-size: 16px;
  line-height: 22px;
}
.blog-overview .post .arrow:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 15px;
  background: url("../library/images/right-arrow.svg") center/contain no-repeat;
}

@media only screen and (min-width: 768px) {
  .blog-overview {
    margin-top: -180px;
  }
  .blog-overview .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
  .blog-overview .post .image-container {
    overflow: hidden;
    min-height: 200px;
  }
  .blog-overview .post img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
    transition: 1s all ease-in-out;
    height: 350px;
    max-height: none;
    height: auto;
    aspect-ratio: 1/1;
  }
  .blog-overview .post .content {
    padding: 30px;
  }
  .blog-overview .post h3, .blog-overview .post .inner-project .intro-content h2, .inner-project .intro-content .blog-overview .post h2, .blog-overview .post .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .blog-overview .post h1, .blog-overview .post .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .blog-overview .post h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .blog-overview .post .arrow {
    font-size: 20px;
    line-height: 28px;
  }
  .blog-overview .post .arrow:after {
    content: "";
    height: 31px;
    width: 31px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-overview .wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 70px 50px;
  }
  .blog-overview .post .image-container {
    height: 350px;
    aspect-ratio: auto;
  }
  .blog-overview .post:first-of-typed {
    grid-column: 1/3;
  }
  .blog-overview .post:first-of-typed .image-container {
    height: 315px;
  }
  .blog-overview .post:first-of-typed .content {
    flex-direction: row;
    align-items: flex-end;
  }
  .blog-overview .post:first-of-typed h3, .blog-overview .post:first-of-typed .inner-project .intro-content h2, .inner-project .intro-content .blog-overview .post:first-of-typed h2, .blog-overview .post:first-of-typed .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .blog-overview .post:first-of-typed h1, .blog-overview .post:first-of-typed .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .blog-overview .post:first-of-typed h1 {
    margin: 0;
  }
  .blog-overview .post:first-of-typed .arrow {
    margin: 0 0 0 auto;
  }
  .blog-overview .post:hover img {
    transform: scale(1.1);
  }
}
.bottom-contact {
  background: #EB5D2B;
  color: #FFF;
}
.bottom-contact .intro-content {
  margin-bottom: 55px;
}
.bottom-contact h2, .bottom-contact .blog-inner h1, .blog-inner .bottom-contact h1 {
  text-align: center;
  margin-bottom: 0;
}
.bottom-contact .form-container {
  margin: 0 auto;
}

.contact-form {
  background: #363636 url("../library/images/dark-pattern-bg.webp") center/cover;
  color: #FFF;
  padding-top: 120px;
}
.contact-form .side-content {
  margin-bottom: 40px;
}
.contact-form .social {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.contact-form .social a, .contact-form .social img {
  width: 100%;
  display: block;
  max-width: 25px;
  height: auto;
}
.contact-form .social a {
  transition: 0.25s all ease-in-out;
}
.contact-form .social a:hover {
  opacity: 0.7;
}
.contact-form h1 {
  margin-bottom: 50px;
}
.contact-form .form-container {
  max-width: none;
}

.contact-above-footer {
  background: #EB5D2B;
}
.contact-above-footer img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 600px;
  padding: 60px 0;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .contact-form {
    padding-top: 270px;
  }
  .contact-form .wrap {
    display: flex;
  }
  .contact-form .side-content {
    max-width: 435px;
    margin-right: auto;
  }
  .contact-form .form-container {
    max-width: 545px;
    margin-left: 40px;
  }
  .contact-form h1 {
    margin-bottom: 50px;
  }
  .contact-above-footer img {
    padding: 85px 0;
  }
}
.content-and-image-w-bottom-content {
  background: #EB5D2B;
  color: #FFF;
}
.content-and-image-w-bottom-content .intro-content {
  margin-bottom: 40px;
}
.content-and-image-w-bottom-content .content {
  margin-bottom: 40px;
}
.content-and-image-w-bottom-content .content img.alignright {
  float: right;
  max-width: 100px;
  margin: 0 0 30px 30px;
}
.content-and-image-w-bottom-content .main-image {
  display: block;
  max-width: 575px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-and-image-w-bottom-content .bottom-content {
  margin-top: 60px;
  background: #FFF;
  color: #EB5D2B;
  padding: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .content-and-image-w-bottom-content .intro-content {
    margin-bottom: 70px;
  }
  .content-and-image-w-bottom-content .content img.alignright {
    max-width: 125px;
  }
  .content-and-image-w-bottom-content .main-image {
    max-width: 575px;
    margin: 0 auto;
  }
  .content-and-image-w-bottom-content .bottom-content {
    margin-top: 90px;
    padding: 35px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-and-image-w-bottom-content .content {
    max-width: 525px;
    margin-bottom: 0;
    margin-right: auto;
  }
  .content-and-image-w-bottom-content .columns {
    display: flex;
  }
  .content-and-image-w-bottom-content .main-image {
    max-width: 500px;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .content-and-image-w-bottom-content .content {
    max-width: 525px;
  }
  .content-and-image-w-bottom-content .main-image {
    max-width: 575px;
  }
}
.content-and-media .content {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.content-and-media .btn {
  margin-top: 35px;
  margin-right: auto;
}
.content-and-media .image-container {
  position: relative;
  display: block;
  width: 100%;
}
.content-and-media .image-container:not([href=""]):before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  transition: 0.25s all ease-in-out;
}
.content-and-media .image-container:not([href=""]):after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75px;
  width: 75px;
  content: "";
  background: url("../library/images/play-icon.svg") center/contain no-repeat;
  transition: 0.25s all ease-in-out;
}
.content-and-media .image-container:not([href=""]):hover:before {
  background: #EB5D2B;
}
.content-and-media .image-container:not([href=""]):hover:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.content-and-media .image-container img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-and-media .content img {
  display: block;
  margin: 0;
  max-width: 150px;
}

@media only screen and (min-width: 768px) {
  .content-and-media .content {
    margin-bottom: 60px;
  }
  .content-and-media .btn {
    margin-right: auto;
  }
  .content-and-media .image-container img {
    max-height: 450px;
  }
  .content-and-media .image-container:not([href=""]):after {
    height: 90px;
    width: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-and-media .wrap {
    display: flex;
    align-items: center;
  }
  .content-and-media .content {
    display: flex;
    flex-direction: column;
    max-width: 485px;
    margin-right: auto;
    margin-bottom: 0;
  }
  .content-and-media p:last-of-type {
    margin-bottom: 20px;
  }
  .content-and-media .btn {
    margin-top: auto;
  }
  .content-and-media .image-container {
    margin-left: 40px;
    max-width: 575px;
  }
  .content-and-media .image-container img {
    height: 100%;
    max-height: none;
  }
}
.events-overview .wrap {
  display: grid;
  grid-gap: 70px;
  grid-template-columns: repeat(2, 1fr);
}

.featured-projects {
  position: relative;
}
.featured-projects .bg-strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 415px;
  transform: scaleX(0);
  transition: 0.5s transform ease-in-out;
  transform-origin: left;
}
.featured-projects .bg-strip.animateelement {
  transform: scaleX(1);
}
.featured-projects .wrap {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.featured-projects .intro-content {
  margin-bottom: 50px;
  color: #FFF;
  text-align: center;
  animation-delay: 0.5s;
}
.featured-projects .projects-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 45px;
}
.featured-projects .featured-project {
  display: flex;
  flex-direction: column;
}
.featured-projects .featured-project .btn {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 8px 25px;
  font-size: 13px;
}
.featured-projects .featured-project:hover img {
  transform: scale(1.1);
}
.featured-projects .featured-project:hover .btn {
  background: #EB5D2B;
  color: #FFF;
}
.featured-projects .image-container {
  margin-bottom: 50px;
  overflow: hidden;
}
.featured-projects img {
  display: block;
  width: 100%;
  height: 250px;
  transition: 0.5s all ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-projects .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.featured-projects h3, .featured-projects .inner-project .intro-content h2, .inner-project .intro-content .featured-projects h2, .featured-projects .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .featured-projects h1, .featured-projects .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .featured-projects h1 {
  margin-bottom: 40px;
}
.featured-projects .btn {
  margin: 65px auto 0 auto;
  min-width: 165px;
}

@media only screen and (min-width: 768px) {
  .featured-projects .wrap {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
  }
  .featured-projects .intro-content {
    margin-bottom: 70px;
  }
  .featured-projects .projects-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .featured-projects .projects-container h3, .featured-projects .projects-container .inner-project .intro-content h2, .inner-project .intro-content .featured-projects .projects-container h2, .featured-projects .projects-container .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .featured-projects .projects-container h1, .featured-projects .projects-container .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .featured-projects .projects-container h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .featured-projects .image-container {
    margin-bottom: 20px;
  }
  .featured-projects .image-container img {
    height: 225px;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-projects .projects-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
  }
  .featured-projects .image-container {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .featured-projects .image-container img {
    height: 300px;
  }
  .featured-projects .content h3, .featured-projects .content .inner-project .intro-content h2, .inner-project .intro-content .featured-projects .content h2, .featured-projects .content .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .featured-projects .content h1, .featured-projects .content .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .featured-projects .content h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
  }
}
.gallery {
  background: #EBE9EA;
  text-align: center;
  padding-bottom: 120px;
}
.gallery .wrap {
  position: relative;
}
.gallery .intro-content {
  margin-bottom: 40px;
}
.gallery .intro-content h2:only-child, .gallery .intro-content .blog-inner h1:only-child, .blog-inner .gallery .intro-content h1:only-child {
  margin-bottom: 0;
}
.gallery .inner-gallery {
  max-width: 890px;
  margin: 0 auto;
}
.gallery img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  width: 100%;
}
.gallery .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.gallery .slick-dots li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #EB5D2B;
  transition: 0.25s all ease-in-out;
  cursor: pointer;
}
.gallery .slick-dots li.slick-active, .gallery .slick-dots li:hover {
  background: #EB5D2B;
}
.gallery .slick-dots button {
  display: none;
}
.gallery .slick-arrow {
  display: none;
}

@media only screen and (min-width: 768px) {
  .gallery {
    padding-bottom: 190px;
  }
  .gallery .intro-content {
    margin-bottom: 70px;
  }
  .gallery img {
    height: 480px;
  }
  .gallery .slick-dots {
    bottom: -70px;
    transform: none;
    left: 0;
  }
  .gallery .slick-dots li {
    height: 20px;
    width: 20px;
  }
  .gallery .slick-arrow {
    display: block;
    position: absolute;
    bottom: -85px;
    right: 0;
    width: 50px;
    height: 50px;
    background: url("../library/images/carousel-arrow.svg") center/contain no-repeat;
    font-size: 0;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
  }
  .gallery .slick-arrow.slick-prev {
    right: 70px;
    transform: scaleX(-1);
  }
}
.homepage-masthead {
  position: relative;
  background: #EBE9EA;
  padding-top: 100px;
  padding-bottom: 350px;
  overflow: hidden;
}
.homepage-masthead .svg-container {
  display: none;
}
.homepage-masthead .wrap {
  z-index: 2;
}
.homepage-masthead .intro-content {
  animation-delay: 0.5s;
}
.homepage-masthead .intro-content img.alignright {
  float: right;
  max-width: 100px;
  margin: 0 0 30px 30px;
}
.homepage-masthead h1 {
  margin-bottom: 25px;
  opacity: 0;
}
.homepage-masthead h1.typing-started {
  opacity: 1;
}
.homepage-masthead .btn {
  margin-top: 30px;
}
.homepage-masthead .main-image {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  animation-delay: 0.75s;
}

@media only screen and (min-width: 667px) {
  .homepage-masthead {
    padding-bottom: 80px;
  }
  .homepage-masthead .intro-content {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-masthead {
    padding-top: 200px;
  }
  .homepage-masthead .intro-content {
    max-width: 360px;
  }
  .homepage-masthead .main-image {
    display: block;
    max-width: 390px;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage-masthead {
    padding: 0;
    height: 100vh;
    min-height: 768px;
    padding-top: 120px;
    max-height: 900px;
  }
  .homepage-masthead .wrap {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .homepage-masthead .intro-content {
    margin-right: auto;
    max-width: 440px;
  }
  .homepage-masthead .main-image {
    margin: auto auto 0 auto;
    position: relative;
    width: auto;
    height: 100%;
    max-width: none;
  }
  .homepage-masthead .svg-container {
    position: absolute;
    top: 200px;
    left: -100px;
    display: block;
    width: calc(100% + 200px);
    height: auto;
  }
  .homepage-masthead .svg-container svg {
    width: 100%;
    display: block;
    height: auto;
  }
  .homepage-masthead .btn {
    margin-top: 65px;
  }
}
.inner-masthead {
  display: flex;
  align-items: center;
  position: relative;
  color: #FFF;
}
.inner-masthead:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.inner-masthead .background-image, .inner-masthead video {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% center;
     object-position: 80% center;
  z-index: 1;
}
.inner-masthead .wrap {
  padding-top: 100px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.inner-masthead .content {
  margin-right: auto;
  margin-bottom: 60px;
  animation-delay: 0.25s;
}
.inner-masthead h5 {
  color: #FFF;
  margin-bottom: 0;
}
.inner-masthead h1 {
  margin-bottom: 40px;
}
.inner-masthead h1:only-child {
  margin-bottom: 0;
}
.inner-masthead.press-inner-masthead {
  background: url("../library/images/dark-pattern-bg.webp") center/cover;
}
.inner-masthead.press-inner-masthead .content:only-child {
  max-width: 700px;
}
.inner-masthead.press-inner-masthead:after {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .inner-masthead {
    height: 600px;
  }
  .inner-masthead .background-image {
    -o-object-position: center;
       object-position: center;
  }
  .inner-masthead .wrap {
    padding-top: 100px;
    flex-direction: row;
  }
  .inner-masthead .content {
    margin-right: auto;
    max-width: 410px;
  }
  .inner-masthead .content:only-child {
    max-width: 630px;
  }
  .inner-masthead h5 {
    margin-bottom: 0;
  }
}
.inner-project .intro-content {
  text-align: center;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.inner-project .intro-content h2, .inner-project .intro-content .blog-inner h1, .blog-inner .inner-project .intro-content h1 {
  color: #EB5D2B;
}
.inner-project .intro-content h2:only-child, .inner-project .intro-content .blog-inner h1:only-child, .blog-inner .inner-project .intro-content h1:only-child {
  margin-bottom: 0;
}
.inner-project .content {
  margin-bottom: 40px;
}
.inner-project .content a {
  color: #EB5D2B;
  font-weight: bold;
}
.inner-project .content a:hover {
  text-decoration: underline;
}
.inner-project img {
  display: block;
  max-width: 575px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .inner-project .intro-content {
    margin-bottom: 100px;
  }
  .inner-project img {
    max-width: 575px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-project {
    padding-top: 100px;
  }
  .inner-project .intro-content h2, .inner-project .intro-content .blog-inner h1, .blog-inner .inner-project .intro-content h1, .inner-project .intro-content h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .inner-project .content {
    max-width: 525px;
    margin-bottom: 0;
    margin-right: auto;
  }
  .inner-project .content.no-image {
    max-width: none;
  }
  .inner-project .columns {
    display: flex;
  }
  .inner-project img {
    max-width: 500px;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .inner-project .content {
    max-width: 525px;
  }
  .inner-project img {
    max-width: 575px;
  }
}
.latest-blogs {
  position: relative;
}
.latest-blogs .wrap {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
.latest-blogs .intro-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}
.latest-blogs .blogs-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 45px;
}
.latest-blogs .blog-post {
  display: flex;
  flex-direction: column;
}
.latest-blogs .blog-post .btn {
  font-weight: bold;
  margin: 0;
  padding: 8px 25px;
  font-size: 13px;
}
.latest-blogs .blog-post:hover img {
  transform: scale(1.1);
}
.latest-blogs .blog-post:hover .btn {
  background: #EB5D2B;
  color: #FFF;
}
.latest-blogs .image-container {
  margin-bottom: 50px;
  overflow: hidden;
}
.latest-blogs img {
  display: block;
  width: 100%;
  height: 250px;
  transition: 0.5s all ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-blogs h3, .latest-blogs .inner-project .intro-content h2, .inner-project .intro-content .latest-blogs h2, .latest-blogs .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .latest-blogs h1, .latest-blogs .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .latest-blogs h1 {
  margin-bottom: 40px;
}
.latest-blogs .btn {
  margin: 65px auto 0 auto;
  min-width: 165px;
}

@media only screen and (min-width: 768px) {
  .latest-blogs .wrap {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
  }
  .latest-blogs .intro-content {
    margin-bottom: 70px;
  }
  .latest-blogs .blogs-container {
    grid-gap: 30px;
  }
  .latest-blogs .blogs-container h3, .latest-blogs .blogs-container .inner-project .intro-content h2, .inner-project .intro-content .latest-blogs .blogs-container h2, .latest-blogs .blogs-container .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .latest-blogs .blogs-container h1, .latest-blogs .blogs-container .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .latest-blogs .blogs-container h1 {
    margin-bottom: 20px;
  }
  .latest-blogs .blog-post {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .latest-blogs .blog-post .btn {
    margin-top: auto;
  }
  .latest-blogs .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .latest-blogs .image-container {
    flex-shrink: 0;
    width: 230px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .latest-blogs .image-container img {
    height: 225px;
  }
}
@media only screen and (min-width: 1024px) {
  .latest-blogs .blogs-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 65px 100px;
  }
  .latest-blogs .right {
    padding: 10px 0;
  }
  .latest-blogs .image-container {
    margin-right: 45px;
    overflow: hidden;
  }
  .latest-blogs .image-container img {
    height: 185px;
  }
}
.latest-events .wrap {
  display: flex;
  flex-direction: column;
}
.latest-events .intro-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}
.latest-events h2, .latest-events .blog-inner h1, .blog-inner .latest-events h1 {
  margin-bottom: 30px;
}
.latest-events .events-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  margin-bottom: 65px;
}
.latest-events .btn {
  margin: 0 auto;
  min-width: 165px;
}

@media only screen and (min-width: 667px) {
  .latest-events .events-container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .latest-events .intro-content {
    margin-bottom: 110px;
  }
  .latest-events h2, .latest-events .blog-inner h1, .blog-inner .latest-events h1 {
    margin-bottom: 45px;
  }
  .latest-events .events-container {
    grid-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .latest-events .events-container {
    grid-gap: 70px;
    margin-bottom: 70px;
  }
}
.latest-podcast {
  position: relative;
  background: #363636 url("../library/images/dark-pattern-bg.webp") center/cover;
}
.latest-podcast .svg-container {
  display: none;
}
.latest-podcast .inner {
  position: relative;
  background: #EB5D2B;
  border-radius: 30px;
  padding: 30px 20px;
  max-width: 900px;
  margin: 0 auto;
}
.latest-podcast .intro-content {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: center;
  color: #FFF;
  max-width: 500px;
}
.latest-podcast h2, .latest-podcast .blog-inner h1, .blog-inner .latest-podcast h1 {
  margin-bottom: 10px;
}
.latest-podcast a.btn {
  border-color: #FFF;
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 25px;
  margin-right: auto;
}
.latest-podcast a.btn:hover {
  background: #FFF;
  color: #EB5D2B;
}
.latest-podcast .ppjs__img-wrapper {
  display: none;
}
.latest-podcast .sunny-image {
  display: none;
}

@media only screen and (min-width: 768px) {
  .latest-podcast {
    overflow: hidden;
  }
  .latest-podcast .svg-container {
    position: absolute;
    top: 95px;
    left: -120px;
    width: calc(100% + 240px);
    display: block;
    height: auto;
  }
  .latest-podcast .svg-container svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .latest-podcast .inner {
    min-height: 340px;
    padding: 50px 60px;
  }
  .latest-podcast .ppjs__img-wrapper {
    display: block;
  }
  .latest-podcast a.btn {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media only screen and (min-width: 1024px) {
  .latest-podcast {
    padding-top: 285px;
    padding-bottom: 150px;
  }
  .latest-podcast .inner {
    padding-right: 415px;
  }
  .latest-podcast .sunny-image {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    max-width: 415px;
    height: auto;
  }
}
.podcasts-overview .wrap {
  max-width: 900px;
  margin: 0 auto;
}
.podcasts-overview .episode-list__wrapper {
  max-height: none;
}

.projects-overview {
  padding-bottom: 0;
}
.projects-overview .project {
  position: relative;
  padding: 40px 30px;
  background: #EB5D2B;
  color: #FFF;
  margin-bottom: 60px;
}
.projects-overview .project .btn {
  color: #FFF;
  border-color: #FFF;
}
.projects-overview .project .btn:hover {
  background: #FFF;
  color: #EB5D2B;
}
.projects-overview .project:nth-of-type(2n) {
  background: #363636;
}
.projects-overview .project:nth-of-type(2n) h3, .projects-overview .project:nth-of-type(2n) .inner-project .intro-content h2, .inner-project .intro-content .projects-overview .project:nth-of-type(2n) h2, .projects-overview .project:nth-of-type(2n) .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .projects-overview .project:nth-of-type(2n) h1, .projects-overview .project:nth-of-type(2n) .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .projects-overview .project:nth-of-type(2n) h1 {
  color: #EB5D2B;
}
.projects-overview .image-container {
  max-width: 420px;
  width: 100%;
  margin: 0 auto 40px auto;
}
.projects-overview .image-container img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-overview .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.projects-overview .content a:not(.btn) {
  font-weight: bold;
}
.projects-overview .content a:not(.btn):hover {
  text-decoration: underline;
}
.projects-overview h3, .projects-overview .inner-project .intro-content h2, .inner-project .intro-content .projects-overview h2, .projects-overview .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .projects-overview h1, .projects-overview .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .projects-overview h1 {
  margin-bottom: 35px;
}
.projects-overview .btn {
  margin-top: 40px;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .projects-overview .project {
    padding: 90px 60px 60px 90px;
  }
  .projects-overview .image-container {
    max-width: 600px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .projects-overview {
    padding-top: 195px;
  }
  .projects-overview .project {
    display: flex;
    padding: 60px 30px 60px 30px;
    margin-bottom: 100px;
    min-height: none;
  }
  .projects-overview .project:nth-of-type(2n) .image-container {
    order: 2;
    margin: 0 0 auto 0;
  }
  .projects-overview .project:nth-of-type(2n) .content {
    margin: 0 auto 0 0;
  }
  .projects-overview .project.landscape-image {
    min-height: 450px;
  }
  .projects-overview .project.landscape-image .image-container {
    max-width: 400px;
  }
  .projects-overview .project.landscape-image img {
    min-height: 300px;
  }
  .projects-overview .image-container {
    max-width: 430px;
    margin: 0 auto 0 0;
  }
  .projects-overview .image-container img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .projects-overview .content {
    max-width: 430px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .projects-overview .project {
    padding: 90px 60px 60px 90px;
    min-height: 400px;
  }
  .projects-overview .image-container {
    max-width: 420px;
  }
  .projects-overview .image-container img {
    height: 400px;
  }
  .projects-overview .content {
    margin-left: auto;
    max-width: 520px;
  }
}
.timeline {
  background: #EB5D2B;
  padding: 85px 0 50px 0;
  overflow: hidden;
  color: #FFF;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
}
.timeline h3, .timeline .inner-project .intro-content h2, .inner-project .intro-content .timeline h2, .timeline .inner-project .intro-content .blog-inner h1, .inner-project .intro-content .blog-inner .timeline h1, .timeline .blog-inner .inner-project .intro-content h1, .blog-inner .inner-project .intro-content .timeline h1 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  color: #FFF;
  margin-bottom: 65px;
}
.timeline h3:after, .timeline .inner-project .intro-content h2:after, .inner-project .intro-content .timeline h2:after, .timeline .inner-project .intro-content .blog-inner h1:after, .inner-project .intro-content .blog-inner .timeline h1:after, .timeline .blog-inner .inner-project .intro-content h1:after, .blog-inner .inner-project .intro-content .timeline h1:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EB5D2B;
  content: "";
}
.timeline .timeline-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: grab;
}
.timeline .timeline-container.active {
  cursor: grabbing;
}
.timeline .horizontal-diagram {
  position: relative;
  padding-bottom: 5px;
  width: 100%;
}
.timeline .central-line {
  display: none;
}
.timeline .steps {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-top: 10px;
  padding-right: 20px;
}
.timeline .step {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 500px;
  width: 100%;
  padding-left: 40px;
  padding-bottom: 80px;
}
.timeline .step .step-inner {
  transition: 0.25s 0.25s all ease-in-out;
}
.timeline .step h4 {
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 10px 0;
  color: #FFF;
}
.timeline .step p {
  width: 100%;
  margin-bottom: 15px;
}
.timeline .step p:last-child {
  margin-bottom: 0;
}
.timeline .step:before {
  height: 100%;
  position: absolute;
  left: 5px;
  top: 0;
  content: "";
  width: 2px;
  background: #FFF;
  transform-origin: top;
  transition: 0.5s all ease-in-out;
}
.timeline .step:last-of-type:before {
  display: none;
}
.timeline .indicator {
  top: 0;
  left: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  transition: 0.25s all ease-in-out;
  transform-origin: center;
  background: #FFF;
}
.timeline .step.animate .step-inner {
  opacity: 1;
  transform: translateX(0px);
}
.timeline .step.animate:before {
  transform: scaleY(1);
}
.timeline .step.animate .indicator {
  transform: scale(1);
}

@media only screen and (min-width: 768px) {
  .timeline {
    position: relative;
  }
  .timeline .timeline-container {
    flex-direction: row;
    flex-shrink: 0;
    overflow-x: auto;
    padding-left: 20px;
  }
  .timeline .horizontal-diagram {
    display: flex;
    height: 600px;
    flex-shrink: 0;
    width: auto;
  }
  .timeline .central-line {
    display: block;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 675px);
    background: #FFF;
    height: 2px;
    margin-left: 10px;
  }
  .timeline .steps {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    padding-left: 260px;
  }
  .timeline .step {
    flex-shrink: 0;
    width: 400px;
    right: 150px;
    margin-left: -100px;
    padding-left: 30px;
    height: calc(50% + 4px);
    padding-bottom: 0;
  }
  .timeline .step:nth-of-type(2n) {
    margin-top: auto;
    padding-top: 100px;
  }
  .timeline .step:nth-of-type(2n):before {
    height: 120px;
    transform-origin: top;
  }
  .timeline .step:nth-of-type(2n):after {
    top: 120px;
    left: 0;
  }
  .timeline .step:nth-of-type(2n) .indicator {
    top: -6px;
    bottom: auto;
  }
  .timeline .step:last-of-type {
    width: auto;
    max-width: 500px;
    margin-left: 0;
  }
  .timeline .step:last-of-type:before {
    display: block;
  }
  .timeline .step:before {
    left: -1px;
    top: 0;
    transform-origin: top;
  }
  .timeline .step:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: #EB5D2B;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.25s all ease-in-out;
    transform-origin: center;
  }
  .timeline .indicator {
    bottom: -3px;
    top: auto;
    left: -8px;
  }
  .timeline .step.animate .step-inner {
    opacity: 1;
    transform: translateX(0px);
  }
  .timeline .step.animate:before {
    transform: scaleY(1);
  }
  .timeline .step.animate:after {
    transition-delay: 0.5s;
    transform: translate(-50%, -50%) scale(1);
  }
}
@media only screen and (min-width: 1200px) {
  .timeline .timeline-container {
    padding-left: calc((100vw - 1200px) / 2);
  }
  .timeline .step {
    width: 360px;
    right: 150px;
    margin-left: -100px;
  }
  .timeline .step:last-of-type {
    width: auto;
    max-width: 500px;
    margin-left: 0;
  }
  .timeline .step p {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.generic-content {
  position: relative;
}
.generic-content h1 {
  margin-bottom: 30px;
  font-weight: 500;
}
.generic-content a {
  text-decoration: underline;
}
.generic-content a:hover {
  text-decoration: none;
}
.generic-content ul {
  list-style: disc;
}
.generic-content li {
  margin-bottom: 15px;
  margin-left: 20px;
}
.generic-content li:last-of-type {
  margin-bottom: 0;
}
.generic-content.standalone-block {
  padding-top: 140px;
}
.generic-content.standalone-block:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #363636 url("../library/images/dark-pattern-bg.webp") center/cover;
  width: 100%;
  content: "";
  height: 95px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .generic-content h1 {
    margin-bottom: 60px;
    font-weight: 500;
  }
  .generic-content.standalone-block {
    padding-top: 200px;
  }
  .generic-content.standalone-block:before {
    height: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .generic-content.standalone-block {
    padding-top: 260px;
  }
  .generic-content.standalone-block:before {
    height: 160px;
  }
}
.work-with-sunny {
  background: #363636 url("../library/images/mobile-dark-pattern.webp") center/cover;
  color: #FFF;
}
.work-with-sunny .intro-content {
  text-align: center;
  margin-bottom: 60px;
}
.work-with-sunny .icons {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.work-with-sunny .icon {
  background: rgba(255, 255, 255, 0.25);
  text-align: center;
  border-radius: 35px;
  padding: 20px;
}
.work-with-sunny .icon .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 106px;
  margin-bottom: 20px;
}
.work-with-sunny .icon h4 {
  margin-bottom: 20px;
}
.work-with-sunny .icon .btn:hover {
  background: #FFF;
  color: #EB5D2B;
  border-color: #FFF;
}

@media only screen and (min-width: 768px) {
  .work-with-sunny .intro-content {
    margin-bottom: 95px;
  }
  .work-with-sunny .icons {
    display: flex;
    justify-content: center;
  }
  .work-with-sunny .icon {
    padding: 40px;
  }
  .work-with-sunny .icon .icon-container {
    margin-bottom: 30px;
  }
  .work-with-sunny .icon h4 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .work-with-sunny {
    background: #363636 url("../library/images/dark-pattern-bg.webp") center/cover;
  }
  .work-with-sunny .icons {
    grid-template-columns: repeat(4, 1fr);
  }
  .work-with-sunny .icon {
    padding: 20px;
  }
  .work-with-sunny .icon:nth-of-type(1n) {
    animation-delay: 0s;
  }
  .work-with-sunny .icon:nth-of-type(2n) {
    animation-delay: 0.5s;
  }
  .work-with-sunny .icon:nth-of-type(3n) {
    animation-delay: 1s;
  }
  .work-with-sunny .icon:nth-of-type(4n) {
    animation-delay: 1.5s;
  }
  .work-with-sunny .icon:nth-of-type(5n) {
    animation-delay: 2s;
  }
  .work-with-sunny .icon:nth-of-type(6n) {
    animation-delay: 2.5s;
  }
  .work-with-sunny .icon:nth-of-type(7n) {
    animation-delay: 3s;
  }
  .work-with-sunny .icon:nth-of-type(8n) {
    animation-delay: 3.5s;
  }
  .work-with-sunny .icon:nth-of-type(9n) {
    animation-delay: 4s;
  }
  .work-with-sunny .icon:nth-of-type(10n) {
    animation-delay: 4.5s;
  }
  .work-with-sunny .icon:nth-of-type(11n) {
    animation-delay: 5s;
  }
  .work-with-sunny .icon:nth-of-type(12n) {
    animation-delay: 5.5s;
  }
  .work-with-sunny .icon:nth-of-type(13n) {
    animation-delay: 6s;
  }
  .work-with-sunny .icon:nth-of-type(14n) {
    animation-delay: 6.5s;
  }
  .work-with-sunny .icon:nth-of-type(15n) {
    animation-delay: 7s;
  }
  .work-with-sunny .icon:nth-of-type(16n) {
    animation-delay: 7.5s;
  }
  .work-with-sunny .icon:nth-of-type(17n) {
    animation-delay: 8s;
  }
  .work-with-sunny .icon:nth-of-type(18n) {
    animation-delay: 8.5s;
  }
  .work-with-sunny .icon:nth-of-type(19n) {
    animation-delay: 9s;
  }
  .work-with-sunny .icon:nth-of-type(20n) {
    animation-delay: 9.5s;
  }
  .work-with-sunny .icon:nth-of-type(21n) {
    animation-delay: 10s;
  }
  .work-with-sunny .icon:nth-of-type(22n) {
    animation-delay: 10.5s;
  }
  .work-with-sunny .icon:nth-of-type(23n) {
    animation-delay: 11s;
  }
  .work-with-sunny .icon:nth-of-type(24n) {
    animation-delay: 11.5s;
  }
  .work-with-sunny .icon:nth-of-type(25n) {
    animation-delay: 12s;
  }
  .work-with-sunny .icon:nth-of-type(26n) {
    animation-delay: 12.5s;
  }
  .work-with-sunny .icon:nth-of-type(27n) {
    animation-delay: 13s;
  }
  .work-with-sunny .icon:nth-of-type(28n) {
    animation-delay: 13.5s;
  }
  .work-with-sunny .icon:nth-of-type(29n) {
    animation-delay: 14s;
  }
  .work-with-sunny .icon:nth-of-type(30n) {
    animation-delay: 14.5s;
  }
  .work-with-sunny .icon .icon-container {
    margin-bottom: 20px;
  }
  .work-with-sunny .icon h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .work-with-sunny .icon {
    padding: 40px;
  }
  .work-with-sunny .icon .icon-container {
    margin-bottom: 30px;
  }
  .work-with-sunny .icon h4 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.press-overview h1 {
  margin-bottom: 30px;
}
.press-overview h1 br {
  display: none;
}
.press-overview .press-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px 25px;
}
.press-overview .press-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.press-overview .press-item p {
  font-size: 14px;
  line-height: 20px;
}
.press-overview .press-item p span {
  display: block;
  color: #BFC0C2;
  font-size: 12px;
}
.press-overview .press-item:hover img {
  box-shadow: 10px 10px 0px 4px #EB5D2B;
  transform: translate(-10px, -10px);
}
.press-overview img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s all ease-in-out;
}

@media only screen and (min-width: 768px) {
  .press-overview h1 {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 45px;
  }
  .press-overview h1 br {
    display: none;
  }
  .press-overview h1 span {
    margin-right: auto;
    margin-left: -30px;
  }
  .press-overview .press-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 65px 40px;
  }
  .press-overview .press-item p {
    font-size: 20px;
    line-height: 24px;
  }
  .press-overview .press-item p span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .press-overview .press-item p {
    font-size: 24px;
    line-height: 28px;
  }
  .press-overview .press-item p span {
    font-size: 20px;
  }
  .press-overview img {
    margin-bottom: 25px;
    height: 345px;
  }
}
.press-inner {
  padding: 50px 0 45px 0;
}
.press-inner .intro-content {
  max-width: 960px;
  margin: 0 auto 35px auto;
}
.press-inner h1 {
  margin-bottom: 30px;
}
.press-inner h1 span {
  display: block;
  margin-bottom: 15px;
}
.press-inner .press-imagery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.press-inner .press-imagery img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .press-inner {
    padding: 80px 0 90px 0;
  }
  .press-inner .intro-content {
    margin: 0 auto 95px auto;
  }
  .press-inner h1 {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 45px;
  }
  .press-inner h1 br {
    display: none;
  }
  .press-inner h1 span {
    margin-right: auto;
    margin-left: -30px;
  }
  .press-inner .press-imagery img {
    max-width: 100%;
    height: auto;
    display: block;
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .press-inner .press-imagery img:nth-of-type(2n) {
    margin-right: 0;
  }
}
.video-grid .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 30px;
}
@media only screen and (min-width: 768px) {
  .video-grid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.video-grid .video-container {
  display: block;
}
.video-grid .video-container .image-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.video-grid .video-container .image-container:before {
  transition: 0.25s all ease-in-out;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
}
.video-grid .video-container .image-container:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  background: url("../library/images/play-icon.svg") center/contain no-repeat;
}
@media only screen and (min-width: 768px) {
  .video-grid .video-container .image-container:after {
    height: 80px;
    width: 80px;
  }
}
.video-grid .video-container .image-container:hover:before {
  opacity: 0.6;
}
.video-grid .video-container img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-grid .video-container h4 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .video-grid .video-container h4 {
    font-size: 20px;
  }
}

/* Pages Payload
================================================ */
.error404 {
  position: relative;
  padding-top: 140px;
}
.error404:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #363636 url("../library/images/dark-pattern-bg.webp") center/cover;
  width: 100%;
  content: "";
  height: 95px;
  width: 100%;
}
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}
.error404__content h1 {
  font-size: 7em;
  color: #EB5D2B;
  line-height: 170px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .error404 {
    padding-top: 200px;
  }
  .error404:before {
    height: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .error404 {
    padding-top: 260px;
  }
  .error404:before {
    height: 160px;
  }
}
.page-template-page-holding-page header {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 50px 20px;
  width: 100%;
}
.page-template-page-holding-page header .logo {
  display: block;
  margin-right: auto;
}
.page-template-page-holding-page header .logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
}
.page-template-page-holding-page header .social {
  max-width: 100px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-template-page-holding-page header .social a, .page-template-page-holding-page header .social img {
  width: 100%;
  max-width: 25px;
  display: block;
}
.page-template-page-holding-page header .social a {
  font-weight: bold;
  transition: 0.25s all ease-in-out;
}
.page-template-page-holding-page header .social a:hover {
  opacity: 0.6;
}

.holding-page-container {
  position: relative;
  background: url("../library/images/holding-page-bg.jpg") center/cover;
  height: 100vh;
  width: 100vw;
  padding-top: clamp(125px, 20vh, 600px);
  overflow: hidden;
  min-height: 667px;
}
.holding-page-container .main-sunny-image {
  display: block;
  position: absolute;
  max-width: 350px;
  max-height: 95vh;
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
}
.holding-page-container .content {
  color: #FFF;
}
.holding-page-container svg {
  max-width: 330px;
  width: 100%;
  height: auto;
  display: block;
}
.holding-page-container svg path {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: dash 2s 0.5s ease-in forwards;
}
.holding-page-container h1 {
  font-size: 80px;
  font-weight: 900;
  color: #FFF;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transform: translateY(30px);
  opacity: 0;
  animation: translateUp 0.5s 1.5s ease-in forwards;
}
.holding-page-container h1 span {
  display: block;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
  -webkit-text-fill-color: transparent;
}
.holding-page-container p {
  font-weight: bold;
  font-size: 20px;
}
.holding-page-container a {
  font-weight: 500;
  color: #EB5D2B;
}
.holding-page-container a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 667px) {
  .page-template-page-holding-page header .logo {
    margin-right: auto;
  }
  .page-template-page-holding-page header .logo img {
    max-width: 260px;
  }
  .page-template-page-holding-page header .social {
    flex-wrap: nowrap;
    max-width: none;
    gap: 15px;
  }
  .page-template-page-holding-page header .social a, .page-template-page-holding-page header .social img {
    max-width: 40px;
    display: block;
  }
  .holding-page-container {
    min-height: 400px;
  }
  .holding-page-container .main-sunny-image {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 650px) {
  .page-template-page-holding-page header {
    padding: 55px;
  }
  .holding-page-container {
    padding-top: 190px;
  }
  .holding-page-container .main-sunny-image {
    max-width: 400px;
  }
  .holding-page-container .content {
    color: #FFF;
  }
  .holding-page-container svg {
    max-width: none;
    width: auto;
  }
  .holding-page-container h1 {
    font-size: 165px;
    line-height: 163px;
    margin-bottom: 50px;
  }
  .holding-page-container p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (min-height: 905px) {
  .holding-page-container .main-sunny-image {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .holding-page-container .main-sunny-image {
    max-width: 550px;
    max-height: 95vh;
  }
}
@media only screen and (min-width: 1280px) {
  .holding-page-container .main-sunny-image {
    max-width: 780px;
    max-height: 95vh;
  }
}
@media only screen and (min-width: 1440px) {
  .holding-page-container .main-sunny-image {
    max-width: 910px;
    max-height: 95vh;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 1000px) {
  .holding-page-container {
    display: flex;
    align-items: center;
    padding-top: 0;
  }
  .holding-page-container .main-sunny-image {
    max-width: 910px;
    max-height: 95vh;
  }
}

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