/*
Theme Name: 52 Pick-up Inc.
Description: Custom WordPress theme made for and by 52 Pick-up Inc.
Author: 52 Pick-up Inc.
Author URI: http://52pick-up.com
Version: 1.0.0
*/
/*-------------------------------
>>> VARIABLES:
-------------------------------*/
/*-------------------------------
>>> THEME SCSS:
-------------------------------*/
/*--------------------------------------------------------------
THEME / BOOTSTRAP
--------------------------------------------------------------*/
@import "css/bootstrap/bootstrap.min.css";
/*--------------------------------------------------------------
THEME / SPLIDE
--------------------------------------------------------------*/
@import "css/splide/splide-core.min.css";
/*--------------------------------------------------------------
THEME / MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
THEME / TYPOGRAPHY
--------------------------------------------------------------*/
@font-face {
  font-family: "PPNeueMontreal-Variable";
  src: url("fonts/PPNeueMontreal/Variable/PPNeueMontreal-Variable.woff2") format("woff2"), url("fonts/PPNeueMontreal/Variable/PPNeueMontreal-Variable.woff") format("woff");
}
@font-face {
  font-family: "SilkSerif-Regular";
  src: url("fonts/SilkSerifWeb/SilkSerifRegular/SilkSerif-Regular.woff2") format("woff2"), url("fonts/SilkSerifWeb/SilkSerifRegular/SilkSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SilkSerif-RegularItalic";
  src: url("fonts/SilkSerifWeb/SilkSerifRegularItalic/SilkSerif-RegularItalic.woff2") format("woff2"), url("fonts/SilkSerifWeb/SilkSerifRegularItalic/SilkSerif-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 72px;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 64px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 349px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 22px;
  }
}

.small-heading {
  font-size: 18px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
}
@media (max-width: 575.98px) {
  .small-heading {
    font-size: 14px;
  }
}

p, li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4;
}
p *, li * {
  font-size: 16px;
  line-height: 1.4;
}
p:last-child, li:last-child {
  margin-bottom: 0;
}

li {
  margin-bottom: 0;
}

strong {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 500;
  font-style: normal;
}
strong * {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 500;
  font-style: normal;
}

sup {
  top: -0.3em;
  font-size: 75% !important;
}

* {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  color: #000000;
}

/*--------------------------------------------------------------
THEME / ANIMATIONS
--------------------------------------------------------------*/
.animate, .animate-container {
  will-change: opacity;
}
.animate .animate.contained, .animate-container .animate.contained {
  opacity: 1;
}
.animate.active, .animate-container.active {
  opacity: 1;
}
.animate.sequence-up, .animate-container.sequence-up {
  transform: translateY(16px);
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.56, 0, 0.24, 1);
}
.animate.sequence-up.active, .animate-container.sequence-up.active {
  opacity: 1;
  transform: translateY(0);
}
.animate.slide-image, .animate-container.slide-image {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.animate.slide-image div, .animate-container.slide-image div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform: translate(0%, 0%);
  background: #F3EEE9;
  -webkit-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
}
.animate.slide-image.active div, .animate-container.slide-image.active div {
  transform: translate(0%, -100%);
}
.animate.slide-image-right, .animate-container.slide-image-right {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.animate.slide-image-right div, .animate-container.slide-image-right div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform: translate(0%, 0%);
  background: #F3EEE9;
  -webkit-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
  transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
}
.animate.slide-image-right.active div, .animate-container.slide-image-right.active div {
  transform: translate(100%, 0%);
}
.animate.fadeUp, .animate-container.fadeUp {
  transform: translateY(200px);
  transition: opacity 1.5s ease, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}
.animate.fadeUp.active, .animate-container.fadeUp.active {
  transform: translateY(0);
}
.animate.fadeLeft, .animate-container.fadeLeft {
  transform: translateX(200px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}
.animate.fadeLeft.active, .animate-container.fadeLeft.active {
  transform: translateX(0);
}
.animate.fadeRight, .animate-container.fadeRight {
  transform: translateX(-200px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}
.animate.fadeRight.active, .animate-container.fadeRight.active {
  transform: translateX(0);
}
.animate.scaleUp, .animate-container.scaleUp {
  transform: scale(0.5);
  transition: opacity 1.5s ease, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}
.animate.scaleUp.active, .animate-container.scaleUp.active {
  transform: scale(1);
}
.animate.bg-cover, .animate-container.bg-cover {
  position: relative;
  opacity: 1;
  overflow: hidden;
}
.animate.bg-cover:after, .animate-container.bg-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.animate.bg-cover.active:after, .animate-container.bg-cover.active:after {
  transform: translateX(100%);
}
.animate.delay1, .animate-container.delay1 {
  transition-delay: 0.8s;
}
.animate.delay2, .animate-container.delay2 {
  transition-delay: 1.6s;
}
.animate.delay3, .animate-container.delay3 {
  transition-delay: 2.4s;
}

@-webkit-keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-opacity: 1.2;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
THEME / COMMON
--------------------------------------------------------------*/
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content.large-text p {
  line-height: 1.3;
  font-size: 32px;
}
@media (max-width: 1199.98px) {
  .content.large-text p {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .content.large-text p {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .content.large-text p {
    font-size: 24px;
  }
}
.content.large-text p * {
  line-height: 1.3;
  font-size: 32px;
}
@media (max-width: 1199.98px) {
  .content.large-text p * {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .content.large-text p * {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .content.large-text p * {
    font-size: 24px;
  }
}

.editor-content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .editor-content h1 br, .editor-content h2 br, .editor-content h3 br, .editor-content h4 br, .editor-content h5 br, .editor-content h6 br {
    display: none;
  }
}
.editor-content h2:not(:only-child) {
  margin-bottom: 36px;
}
@media (max-width: 991.98px) {
  .editor-content h2:not(:only-child) {
    margin-bottom: 20px;
  }
}
.editor-content h3:not(:first-child) {
  margin-top: 40px;
}
.editor-content p {
  margin-bottom: 20px;
}
.editor-content p:last-of-type {
  margin-bottom: 0;
}
.editor-content ol li {
  padding-right: 0;
  margin-bottom: 10px;
}
.editor-content ul {
  max-width: unset;
}
.editor-content ul:not(:last-child) {
  margin-bottom: 44px;
}
.editor-content ul li {
  padding-right: 0;
  margin-bottom: 10px;
  background-position: top 6px left 0px;
}
.editor-content a {
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: underline !important;
  display: inline;
}
@media (min-width: 992px) {
  .editor-content a {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .editor-content a:hover, .editor-content a:focus {
    color: #999999;
  }
}
.editor-content a.external {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: inline;
}
.editor-content a.external svg {
  position: relative;
  bottom: 2px;
  margin-left: 4px;
  width: 16px;
}
.editor-content a.external svg path {
  fill: #000000;
  -webkit-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 991.98px) {
  .editor-content a.external svg {
    width: 15px;
  }
}
@media (max-width: 575.98px) {
  .editor-content a.external svg {
    width: 13px;
    margin-left: 3px;
  }
}
@media (min-width: 992px) {
  .editor-content a.external:hover svg path, .editor-content a.external:focus svg path {
    fill: #999999;
  }
}
.editor-content a.long-link {
  word-break: break-all;
}
@media (min-width: 768px) {
  .editor-content a:hover {
    color: #999999;
  }
}
.editor-content img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.editor-content blockquote {
  margin-top: 50px;
  margin-bottom: 50px;
  border-left: 2px solid #999999;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.editor-content blockquote p {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.editor-content blockquote cite {
  font-style: normal;
}
.editor-content .wrap {
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .editor-content .wrap > ul {
    width: 50%;
    float: left;
  }
}
@media (max-width: 991.98px) {
  .editor-content .wrap > ul {
    width: 100%;
  }
}
.editor-content .wrap > ul > ul {
  width: 100%;
}
.editor-content .wp-block-columns .wp-block-column figure {
  margin: 0;
}
@media (min-width: 782px) {
  .editor-content .wp-block-columns .wp-block-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .editor-content .wp-block-columns .wp-block-column:first-child {
    padding-left: 0;
  }
  .editor-content .wp-block-columns .wp-block-column:last-child {
    padding-right: 0;
  }
  .editor-content .wp-block-columns .wp-block-column * {
    font-size: 18px;
  }
}
.editor-content .links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .editor-content .links {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 44px;
  }
}
.editor-content .links .acf-link:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .editor-content .links .acf-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.editor-content .links .acf-link a {
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: black;
  border: 1px solid black;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  outline-offset: 2px;
}
.editor-content .links .acf-link a:focus {
  outline: none !important;
}
.editor-content .links .acf-link a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.editor-content .links .acf-link a svg {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
.editor-content .links .acf-link a svg path {
  fill: #ffffff;
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  .editor-content .links .acf-link a {
    -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  .editor-content .links .acf-link a * {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .editor-content .links .acf-link a:hover, .editor-content .links .acf-link a:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  .editor-content .links .acf-link a:hover svg path, .editor-content .links .acf-link a:focus svg path {
    fill: #000000;
  }
  .editor-content .links .acf-link a:hover *, .editor-content .links .acf-link a:focus * {
    color: #000000;
  }
}
.editor-content.small-content a.external svg {
  bottom: 2px;
  width: 14px;
}

.accordion-items .items {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  left: 0;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
@media (max-width: 1199.98px) {
  .accordion-items .items {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .accordion-items .items {
    order: 1;
  }
}
.accordion-items .items .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-top: 1px solid #e2e2e2;
  -webkit-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
.accordion-items .items .item .inner {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  position: relative;
  padding-top: 15px;
  padding-bottom: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.accordion-items .items .item button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border: none;
  background: none;
  color: #999999;
  z-index: 1;
}
.accordion-items .items .item button:focus {
  outline: none !important;
}
.accordion-items .items .item button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.accordion-items .items .item .label {
  margin-bottom: 0;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  line-height: 1.3;
  font-size: 32px;
  height: fit-content;
  color: #999999;
  -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 1199.98px) {
  .accordion-items .items .item .label {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .accordion-items .items .item .label {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .accordion-items .items .item .label {
    font-size: 24px;
  }
}
.accordion-items .items .item .label.active button {
  color: #000000;
}
.accordion-items .items .item .label.active button:before, .accordion-items .items .item .label.active button:after {
  background-color: #000000;
}
.accordion-items .items .item .label.active button svg {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .accordion-items .items .item .label:hover button:before, .accordion-items .items .item .label:hover button:after {
    background-color: #000000;
  }
  .accordion-items .items .item .label:hover button span.label-span {
    background: #000000;
    border: 1px solid #000000;
  }
}
.accordion-items .items .item .accordion-content {
  opacity: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
.accordion-items .items .item .accordion-content .content-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
}
.accordion-items .items .item .accordion-content .wrap {
  padding-bottom: 20px;
}
.accordion-items .items .item.active .accordion-content {
  opacity: 1;
}
.accordion-items .items .item.active .label {
  color: #000000;
}
.accordion-items .items .item:first-of-type .label:after {
  content: none;
}

.social-share {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.social-share > span {
  font-size: 14px;
  margin-bottom: 4px;
}
.social-share a {
  text-decoration: none !important;
  padding: 2px;
}
.social-share a svg {
  width: 18px;
}
.social-share a svg path {
  -webkit-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
  fill: #000000;
}
.social-share a span {
  position: relative;
  top: 2px;
  margin-left: 3px;
  font-size: 14px;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 992px) {
  .social-share a:hover svg path {
    fill: #999999;
  }
  .social-share a:hover span {
    color: #999999;
  }
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.bg-image.bg-fade {
  opacity: 0 !important;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.bg-image.bg-fade.active {
  opacity: 1 !important;
}

.vimeo-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.vimeo-wrap iframe, .vimeo-wrap object, .vimeo-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.share-links p {
  font-size: 18px;
  margin-bottom: 24px;
}
.share-links nav {
  margin-bottom: 8px;
}
.share-links nav > div {
  margin-bottom: 4px;
}
.share-links nav > div .icon-link {
  position: relative;
  padding-left: 30px;
  text-decoration: none !important;
}
.share-links nav > div .icon-link svg {
  position: absolute;
  height: 20px;
  width: auto;
  left: 0;
}
.share-links nav > div .icon-link svg path {
  fill: #292929;
}
.share-links nav > div .icon-link span {
  color: #292929;
}

.notran {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.post-info span {
  font-size: 14px;
}
.post-info span:nth-child(2) {
  position: relative;
  margin-left: 16px;
}
.post-info span:nth-child(2):before {
  content: "";
  position: absolute;
  background: #000000;
  width: 1px;
  height: 11px;
  top: 2px;
  left: -11px;
}

.post-block {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .post-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .post-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-block .inner {
  background-color: #F2F4F5;
  border: 4px solid #F2F4F5;
  border-radius: 16px;
  height: 100%;
  text-decoration: none !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 992px) {
  .post-block .inner:hover {
    -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.1);
  }
}
.post-block .image {
  background-color: #ffffff;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: 64%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.post-block .content {
  padding: 25px;
}
@media (max-width: 575.98px) {
  .post-block .content {
    padding: 20px;
  }
}
@media (max-width: 349px) {
  .post-block .content {
    padding: 15px;
  }
}
.post-block .content .title h2 {
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .post-block .content .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .post-block .content .title h2 {
    font-size: 24px;
  }
}
@media (max-width: 349px) {
  .post-block .content .title h2 {
    font-size: 22px;
  }
}
.post-block .content .preview p {
  font-size: 16px;
}
.post-block .content .post-info {
  margin-top: 20px;
}

.side-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .side-heading {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.side-heading .heading {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .side-heading .heading {
    -webkit-flex-basis: 200px;
    flex-basis: 200px;
  }
}
@media (max-width: 1199.98px) {
  .side-heading .heading {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .side-heading .content-side {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 350px) {
  .side-heading .content-side {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .side-heading .content-side {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .side-heading .content-side {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) and (min-width: 1480px) {
  .side-heading .content-side {
    padding-left: 44px;
  }
}

.border-top {
  border-top: 1px solid #000000 !important;
}
.border-top > .heading {
  padding-top: 10px;
}

.custom-button.hover-style-normal.color-black.transparent-false .button {
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: black;
  border: 1px solid black;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  outline-offset: 2px;
}
.custom-button.hover-style-normal.color-black.transparent-false .button:focus {
  outline: none !important;
}
.custom-button.hover-style-normal.color-black.transparent-false .button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.custom-button.hover-style-normal.color-black.transparent-false .button svg {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
.custom-button.hover-style-normal.color-black.transparent-false .button svg path {
  fill: #ffffff;
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  .custom-button.hover-style-normal.color-black.transparent-false .button {
    -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  .custom-button.hover-style-normal.color-black.transparent-false .button * {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .custom-button.hover-style-normal.color-black.transparent-false .button:hover, .custom-button.hover-style-normal.color-black.transparent-false .button:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  .custom-button.hover-style-normal.color-black.transparent-false .button:hover svg path, .custom-button.hover-style-normal.color-black.transparent-false .button:focus svg path {
    fill: #000000;
  }
  .custom-button.hover-style-normal.color-black.transparent-false .button:hover *, .custom-button.hover-style-normal.color-black.transparent-false .button:focus * {
    color: #000000;
  }
}
@media (min-width: 768px) {
  .custom-button.hover-style-normal.color-black.transparent-false .button:hover, .custom-button.hover-style-normal.color-black.transparent-false .button:focus {
    border: 1px solid #000000 !important;
  }
}
.custom-button.hover-style-normal.color-black.transparent-true .button {
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: black;
  border: 1px solid black;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  outline-offset: 2px;
  background-color: transparent;
  color: #000000;
}
.custom-button.hover-style-normal.color-black.transparent-true .button:focus {
  outline: none !important;
}
.custom-button.hover-style-normal.color-black.transparent-true .button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.custom-button.hover-style-normal.color-black.transparent-true .button svg {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
.custom-button.hover-style-normal.color-black.transparent-true .button svg path {
  fill: #ffffff;
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
.custom-button.hover-style-normal.color-black.transparent-true .button svg path {
  fill: #000000;
}
@media (min-width: 768px) {
  .custom-button.hover-style-normal.color-black.transparent-true .button {
    -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  .custom-button.hover-style-normal.color-black.transparent-true .button * {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .custom-button.hover-style-normal.color-black.transparent-true .button:hover, .custom-button.hover-style-normal.color-black.transparent-true .button:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  .custom-button.hover-style-normal.color-black.transparent-true .button:hover svg path, .custom-button.hover-style-normal.color-black.transparent-true .button:focus svg path {
    fill: #000000;
  }
  .custom-button.hover-style-normal.color-black.transparent-true .button:hover svg path, .custom-button.hover-style-normal.color-black.transparent-true .button:focus svg path {
    fill: #ffffff;
  }
  .custom-button.hover-style-normal.color-black.transparent-true .button:hover *, .custom-button.hover-style-normal.color-black.transparent-true .button:focus * {
    color: #000000;
  }
}
.custom-button.hover-style-normal.color-white.transparent-false .button {
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: white;
  border: 1px solid white;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  outline-offset: 2px;
  color: #000000;
}
.custom-button.hover-style-normal.color-white.transparent-false .button:focus {
  outline: none !important;
}
.custom-button.hover-style-normal.color-white.transparent-false .button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.custom-button.hover-style-normal.color-white.transparent-false .button svg {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
.custom-button.hover-style-normal.color-white.transparent-false .button svg path {
  fill: #ffffff;
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
.custom-button.hover-style-normal.color-white.transparent-false .button svg path {
  fill: #000000;
}
@media (min-width: 768px) {
  .custom-button.hover-style-normal.color-white.transparent-false .button {
    -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  .custom-button.hover-style-normal.color-white.transparent-false .button * {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .custom-button.hover-style-normal.color-white.transparent-false .button:hover, .custom-button.hover-style-normal.color-white.transparent-false .button:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  .custom-button.hover-style-normal.color-white.transparent-false .button:hover svg path, .custom-button.hover-style-normal.color-white.transparent-false .button:focus svg path {
    fill: #000000;
  }
  .custom-button.hover-style-normal.color-white.transparent-false .button:hover svg path, .custom-button.hover-style-normal.color-white.transparent-false .button:focus svg path {
    fill: #ffffff;
  }
  .custom-button.hover-style-normal.color-white.transparent-false .button:hover *, .custom-button.hover-style-normal.color-white.transparent-false .button:focus * {
    color: #000000;
    color: #ffffff;
  }
}
.custom-button.hover-style-normal.color-white.transparent-true .button {
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: white;
  border: 1px solid white;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  outline-offset: 2px;
  color: #000000;
  background-color: transparent;
  color: #ffffff;
}
.custom-button.hover-style-normal.color-white.transparent-true .button:focus {
  outline: none !important;
}
.custom-button.hover-style-normal.color-white.transparent-true .button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.custom-button.hover-style-normal.color-white.transparent-true .button svg {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
.custom-button.hover-style-normal.color-white.transparent-true .button svg path {
  fill: #ffffff;
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
.custom-button.hover-style-normal.color-white.transparent-true .button svg path {
  fill: #000000;
}
.custom-button.hover-style-normal.color-white.transparent-true .button svg path {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .custom-button.hover-style-normal.color-white.transparent-true .button {
    -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  .custom-button.hover-style-normal.color-white.transparent-true .button * {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .custom-button.hover-style-normal.color-white.transparent-true .button:hover, .custom-button.hover-style-normal.color-white.transparent-true .button:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  .custom-button.hover-style-normal.color-white.transparent-true .button:hover svg path, .custom-button.hover-style-normal.color-white.transparent-true .button:focus svg path {
    fill: #000000;
  }
  .custom-button.hover-style-normal.color-white.transparent-true .button:hover svg path, .custom-button.hover-style-normal.color-white.transparent-true .button:focus svg path {
    fill: #ffffff;
  }
  .custom-button.hover-style-normal.color-white.transparent-true .button:hover *, .custom-button.hover-style-normal.color-white.transparent-true .button:focus * {
    color: #000000;
    color: #ffffff;
  }
}
.custom-button.hover-style-slide {
  position: relative;
  display: inline-block;
}
.custom-button.hover-style-slide .image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: all 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: all 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: all 333ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: all 333ms cubic-bezier(0.56, 0, 0.24, 1);
}
.custom-button.hover-style-slide .button {
  position: relative;
  left: 0;
  -webkit-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
.custom-button.hover-style-slide.color-black .button {
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: black;
  border: 1px solid black;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  outline-offset: 2px;
}
.custom-button.hover-style-slide.color-black .button:focus {
  outline: none !important;
}
.custom-button.hover-style-slide.color-black .button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.custom-button.hover-style-slide.color-black .button svg {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
.custom-button.hover-style-slide.color-black .button svg path {
  fill: #ffffff;
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  .custom-button.hover-style-slide.color-black .button {
    -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  .custom-button.hover-style-slide.color-black .button * {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}
.custom-button.hover-style-slide.color-white .button {
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: white;
  border: 1px solid white;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  outline-offset: 2px;
  color: #000000;
}
.custom-button.hover-style-slide.color-white .button:focus {
  outline: none !important;
}
.custom-button.hover-style-slide.color-white .button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.custom-button.hover-style-slide.color-white .button svg {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
.custom-button.hover-style-slide.color-white .button svg path {
  fill: #ffffff;
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
.custom-button.hover-style-slide.color-white .button svg path {
  fill: #000000;
}
@media (min-width: 768px) {
  .custom-button.hover-style-slide.color-white .button {
    -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  .custom-button.hover-style-slide.color-white .button * {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media (min-width: 768px) {
  .custom-button.hover-style-slide:hover .button, .custom-button.hover-style-slide:focus .button {
    left: 48px;
  }
  .custom-button.hover-style-slide:hover .image, .custom-button.hover-style-slide:focus .image {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.case-study-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.case-study-buttons .cs-item {
  width: 114px;
  height: 114px;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer !important;
}
.case-study-buttons .cs-item:not(:last-child) {
  margin-right: 7px;
}
.case-study-buttons .image, .case-study-buttons .vimeo-wrap {
  width: 100%;
  height: 100%;
}
.case-study-buttons .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.case-study-buttons .vimeo-wrap {
  padding-bottom: 0;
}
.case-study-buttons .vimeo-wrap iframe {
  width: auto;
  height: 114px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.case-study-buttons.vertical {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.case-study-buttons.vertical .cs-item {
  margin-bottom: 15px;
}
.case-study-buttons.vertical .cs-item:not(:last-child) {
  margin-right: 0;
}

.work-modal-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .work-modal-buttons {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.work-modal-buttons .wm-item {
  width: 114px;
  height: 114px;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer !important;
  -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 767.98px) {
  .work-modal-buttons .wm-item {
    width: 30%;
    height: auto;
    width: -moz-calc(33.33% - 4.6px);
    width: -webkit-calc(33.33% - 4.6px);
    width: calc(33.33% - 4.6px);
  }
  .work-modal-buttons .wm-item .image {
    padding-bottom: 100%;
  }
}
.work-modal-buttons .wm-item:not(:last-child) {
  margin-right: 7px;
}
@media (min-width: 768px) {
  .work-modal-buttons .wm-item:hover .image, .work-modal-buttons .wm-item:hover .vimeo-wrap {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.work-modal-buttons .image, .work-modal-buttons .vimeo-wrap {
  width: 100%;
  height: 100%;
  -webkit-transition: all 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: all 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: all 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: all 333ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: all 333ms cubic-bezier(0.56, 0, 0.24, 1);
}
.work-modal-buttons .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.work-modal-buttons .vimeo-wrap {
  padding-bottom: 0;
}
.work-modal-buttons .vimeo-wrap iframe {
  width: auto;
  height: 114px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.work-modal-buttons.vertical {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.work-modal-buttons.vertical .wm-item {
  margin-bottom: 15px;
}
.work-modal-buttons.vertical .wm-item:not(:last-child) {
  margin-right: 0;
}

.bg-video-wrap {
  position: relative;
  height: auto;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  min-height: -moz-calc(100vh - 80px);
  min-height: -webkit-calc(100vh - 80px);
  min-height: calc(100vh - 80px);
}
@media (max-width: 991.98px) {
  .bg-video-wrap {
    min-height: -moz-calc(100vh - 64px);
    min-height: -webkit-calc(100vh - 64px);
    min-height: calc(100vh - 64px);
  }
}
.bg-video-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  display: none;
}

.vimeo-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.video-wrapper {
  position: absolute;
  width: 1000%;
  height: 100%;
  padding-bottom: 56.25%;
  background-color: rgb(0, 0, 0);
  background: #1f184f;
  background: #000000;
}

.video-embed {
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
}

.video-embed iframe {
  height: 100% !important;
  width: 100% !important;
}

.modal-container {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  padding: 24px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .modal-container {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .modal-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) and (min-width: 350px) {
  .modal-container {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .modal-container {
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .modal-container {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) and (min-width: 1480px) {
  .modal-container {
    padding-left: 44px;
  }
}
@media (max-width: 991.98px) and (min-width: 350px) {
  .modal-container {
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .modal-container {
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .modal-container {
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) and (min-width: 1480px) {
  .modal-container {
    padding-right: 44px;
  }
}
.modal-container .modal-inner {
  z-index: 10;
  height: 100%;
  width: 100%;
}
.modal-container .close-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 1;
  background: none;
  border: none;
  padding: 0;
}
.modal-container .close-modal:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 4px;
}
.modal-container .close-modal:before, .modal-container .close-modal:after {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 1px;
  top: 18px;
  right: 0;
}
.modal-container .close-modal:before {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-container .close-modal:after {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-container.form-modal {
  background-color: transparent;
  padding: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.modal-container.form-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  z-index: 1;
}
.modal-container.form-modal .modal-inner {
  position: relative;
  z-index: 10;
  max-width: 860px;
  width: 100%;
  width: -moz-calc(100vh - 40px);
  width: -webkit-calc(100vh - 40px);
  width: calc(100vh - 40px);
  max-height: 90vh;
  max-height: -moz-calc(100vh - 40px);
  max-height: -webkit-calc(100vh - 40px);
  max-height: calc(100vh - 40px);
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  padding: 60px;
  padding-top: 44px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .modal-container.form-modal .modal-inner {
    padding: 44px;
  }
}
@media (max-width: 575.98px) {
  .modal-container.form-modal .modal-inner {
    border-radius: 0;
    max-height: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) and (min-width: 350px) {
  .modal-container.form-modal .modal-inner {
    padding-left: 20px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .modal-container.form-modal .modal-inner {
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .modal-container.form-modal .modal-inner {
    padding-left: 40px;
  }
}
@media (max-width: 575.98px) and (min-width: 1480px) {
  .modal-container.form-modal .modal-inner {
    padding-left: 44px;
  }
}
@media (max-width: 575.98px) and (min-width: 350px) {
  .modal-container.form-modal .modal-inner {
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  .modal-container.form-modal .modal-inner {
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) and (min-width: 992px) {
  .modal-container.form-modal .modal-inner {
    padding-right: 40px;
  }
}
@media (max-width: 575.98px) and (min-width: 1480px) {
  .modal-container.form-modal .modal-inner {
    padding-right: 44px;
  }
}
.modal-container.form-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal-container.form-modal .heading {
  position: relative;
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 120px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  display: inline-block;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .modal-container.form-modal .heading {
    font-size: 88px;
  }
}
@media (max-width: 767.98px) {
  .modal-container.form-modal .heading {
    font-size: 72px;
  }
}
@media (max-width: 575.98px) {
  .modal-container.form-modal .heading {
    font-size: 64px;
  }
}
@media (max-width: 375px) {
  .modal-container.form-modal .heading {
    font-size: 44px;
  }
}
@media (max-width: 349px) {
  .modal-container.form-modal .heading {
    font-size: 36px;
  }
}
.modal-container.form-modal .heading svg {
  position: absolute;
  top: 0;
  right: -80px;
  width: 72px;
  height: auto;
}
@media (max-width: 767.98px) {
  .modal-container.form-modal .heading svg {
    width: 52px;
    right: -60px;
  }
}
@media (max-width: 375px) {
  .modal-container.form-modal .heading svg {
    width: 38px;
    right: -44px;
  }
}
.modal-container.form-modal .form-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.modal-container.form-modal .form-wrap .subheading {
  display: block;
}
.modal-container.form-modal .form-wrap form {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .modal-container.form-modal .form-wrap form {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.modal-container.shown {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-container.active {
  opacity: 1;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none !important;
}
button:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
button.scroll-down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
button.scroll-down > div {
  background-color: rgba(255, 255, 255, 0.24);
  height: 44px;
  width: 1px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}
button.scroll-down > div > div {
  animation-name: scrollDown;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  width: 1px;
  height: 24px;
}
button.scroll-down span {
  font-size: 14px;
}

img {
  width: 100%;
}

figcaption {
  margin-top: 10px;
  color: #999999;
  font-size: 13px;
}

hr {
  border-top: 1px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
}

table, tr, td {
  border: 1px solid #b1b2b7;
}

td {
  padding: 5px 10px;
}

p img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
p.embed-p {
  max-width: 1080px;
  margin-top: 60px;
  margin-bottom: 60px;
}

a {
  cursor: pointer;
}
a:focus {
  outline: none !important;
}
a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.b-lazy {
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}

.splide .splide__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background-color: #ffffff;
  -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 0;
  z-index: 1;
}
.splide .splide__arrow svg {
  width: 22px;
  height: 22px;
}
.splide .splide__arrow svg path {
  stroke: #000000;
  -webkit-transition: stroke 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: stroke 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: stroke 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: stroke 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: stroke 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
.splide .splide__arrow:disabled {
  cursor: default;
  pointer-events: none;
}
.splide .splide__arrow:disabled path {
  stroke: #E9E9E9;
  -webkit-transition: stroke 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: stroke 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: stroke 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: stroke 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: stroke 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  .splide .splide__arrow:hover {
    border: 1px solid #000000;
    background-color: #000000;
  }
  .splide .splide__arrow:hover svg path {
    stroke: #ffffff;
  }
}
.splide .splide__arrow--prev {
  right: 58px;
}
.splide .splide__arrow--prev svg {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.splide .splide__arrow svg .stroke {
  stroke: #dc3545;
  -webkit-transition: stroke 250ms ease;
  -moz-transition: stroke 250ms ease;
  -ms-transition: stroke 250ms ease;
  -o-transition: stroke 250ms ease;
  transition: stroke 250ms ease;
}
.splide .splide__pagination {
  z-index: 1;
}
.splide .splide__pagination li:not(:last-child) {
  margin-right: 12px;
}
.splide .splide__pagination li button {
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000000;
  opacity: 0.5;
  -webkit-transition: opacity 250ms ease, background-color 250ms ease;
  -moz-transition: opacity 250ms ease, background-color 250ms ease;
  -ms-transition: opacity 250ms ease, background-color 250ms ease;
  -o-transition: opacity 250ms ease, background-color 250ms ease;
  transition: opacity 250ms ease, background-color 250ms ease;
}
.splide .splide__pagination li button.is-active {
  opacity: 1;
  background-color: #000000;
  border: 1px solid #000000;
}
@media (min-width: 768px) {
  .splide .splide__pagination li button:hover {
    opacity: 1;
    border: 1px solid #000000;
  }
}
.splide .custom-pagination {
  position: absolute;
  text-align: center;
  bottom: 40px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .splide .custom-pagination {
    bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .splide .custom-pagination {
    bottom: 28px;
  }
}
@media (max-width: 575.98px) {
  .splide .custom-pagination {
    bottom: 25px;
  }
}
@media (max-width: 479px) {
  .splide .custom-pagination {
    bottom: 20px;
  }
}
.splide .custom-pagination span {
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .splide .custom-pagination span {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .splide .custom-pagination span {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .splide .custom-pagination span {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  .splide .custom-pagination span {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
THEME / LAYOUT
--------------------------------------------------------------*/
.container {
  max-width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 350px) {
  .container {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  .container {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  .container {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  .container {
    padding-right: 44px;
  }
}

@media (min-width: 1480px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: 460px;
  }
}
body {
  position: relative;
  background-color: #ffffff;
}
body.page-template-default {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  body.page-template-default {
    margin-top: 64px;
  }
}
body.page-template-default .default-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 350px) {
  body.page-template-default .default-container {
    padding-top: 20px;
  }
}
@media (min-width: 576px) {
  body.page-template-default .default-container {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  body.page-template-default .default-container {
    padding-top: 40px;
  }
}
@media (min-width: 1480px) {
  body.page-template-default .default-container {
    padding-top: 44px;
  }
}
@media (min-width: 350px) {
  body.page-template-default .default-container {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  body.page-template-default .default-container {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body.page-template-default .default-container {
    padding-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  body.page-template-default .default-container {
    padding-bottom: 44px;
  }
}
body.page-template-default .default-container > .row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.page-template-default .default-container > .row > .col {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media (max-width: 1479px) {
  body.page-template-default .default-container > .row > .col {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (max-width: 1199.98px) {
  body.page-template-default .default-container > .row > .col {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 991.98px) {
  body.page-template-default .default-container > .row > .col {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (max-width: 767.98px) {
  body.page-template-default .default-container > .row > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.blog, body.archive {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  body.blog, body.archive {
    margin-top: 64px;
  }
}
body.blog section.header, body.archive section.header {
  padding-top: 15px;
}
@media (min-width: 350px) {
  body.blog section.header, body.archive section.header {
    padding-top: 20px;
  }
}
@media (min-width: 576px) {
  body.blog section.header, body.archive section.header {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  body.blog section.header, body.archive section.header {
    padding-top: 40px;
  }
}
@media (min-width: 1480px) {
  body.blog section.header, body.archive section.header {
    padding-top: 44px;
  }
}
body.blog section.header .categories a, body.archive section.header .categories a {
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 992px) {
  body.blog section.header .categories a, body.archive section.header .categories a {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  body.blog section.header .categories a:hover, body.blog section.header .categories a:focus, body.archive section.header .categories a:hover, body.archive section.header .categories a:focus {
    color: #999999;
  }
}
body.blog section.header .categories a:not(:last-child), body.archive section.header .categories a:not(:last-child) {
  margin-right: 12px;
}
body.blog section.header .categories a.active, body.archive section.header .categories a.active {
  color: #999999;
}
body.blog section.posts, body.archive section.posts {
  margin-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 350px) {
  body.blog section.posts, body.archive section.posts {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  body.blog section.posts, body.archive section.posts {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  body.blog section.posts, body.archive section.posts {
    margin-top: 40px;
  }
}
@media (min-width: 1480px) {
  body.blog section.posts, body.archive section.posts {
    margin-top: 44px;
  }
}
@media (min-width: 350px) {
  body.blog section.posts, body.archive section.posts {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  body.blog section.posts, body.archive section.posts {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body.blog section.posts, body.archive section.posts {
    padding-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  body.blog section.posts, body.archive section.posts {
    padding-bottom: 44px;
  }
}
body.blog section.posts.is-paginated, body.archive section.posts.is-paginated {
  margin-bottom: 15px;
}
@media (min-width: 350px) {
  body.blog section.posts.is-paginated, body.archive section.posts.is-paginated {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  body.blog section.posts.is-paginated, body.archive section.posts.is-paginated {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body.blog section.posts.is-paginated, body.archive section.posts.is-paginated {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  body.blog section.posts.is-paginated, body.archive section.posts.is-paginated {
    margin-bottom: 44px;
  }
}
body.blog section.load-more, body.archive section.load-more {
  padding-bottom: 15px;
}
@media (min-width: 350px) {
  body.blog section.load-more, body.archive section.load-more {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  body.blog section.load-more, body.archive section.load-more {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body.blog section.load-more, body.archive section.load-more {
    padding-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  body.blog section.load-more, body.archive section.load-more {
    padding-bottom: 44px;
  }
}
body.blog section.load-more.pagination, body.archive section.load-more.pagination {
  text-align: center;
}
body.blog section.load-more.pagination a, body.archive section.load-more.pagination a {
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-left: 4px;
  margin-right: 4px;
}
@media (min-width: 992px) {
  body.blog section.load-more.pagination a, body.archive section.load-more.pagination a {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  body.blog section.load-more.pagination a:hover, body.blog section.load-more.pagination a:focus, body.archive section.load-more.pagination a:hover, body.archive section.load-more.pagination a:focus {
    color: #999999;
  }
}
body.blog section.load-more.pagination a svg, body.archive section.load-more.pagination a svg {
  position: relative;
  width: 18px;
  top: -2px;
}
body.blog section.load-more.pagination a svg .stroke, body.archive section.load-more.pagination a svg .stroke {
  stroke: #000000;
  -webkit-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
body.blog section.load-more.pagination a.prev, body.archive section.load-more.pagination a.prev {
  margin-right: 10px;
}
body.blog section.load-more.pagination a.prev svg, body.archive section.load-more.pagination a.prev svg {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.blog section.load-more.pagination a.next, body.archive section.load-more.pagination a.next {
  margin-left: 10px;
}
@media (min-width: 992px) {
  body.blog section.load-more.pagination a:hover .stroke, body.archive section.load-more.pagination a:hover .stroke {
    stroke: #999999;
  }
}
body.blog section.load-more.pagination span, body.archive section.load-more.pagination span {
  color: #999999;
}
body.blog section.no-posts, body.archive section.no-posts {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  height: -moz-calc(100vh - 80px);
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 80px);
}
@media (min-width: 350px) {
  body.blog section.no-posts, body.archive section.no-posts {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  body.blog section.no-posts, body.archive section.no-posts {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  body.blog section.no-posts, body.archive section.no-posts {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  body.blog section.no-posts, body.archive section.no-posts {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  body.blog section.no-posts, body.archive section.no-posts {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  body.blog section.no-posts, body.archive section.no-posts {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  body.blog section.no-posts, body.archive section.no-posts {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  body.blog section.no-posts, body.archive section.no-posts {
    padding-right: 44px;
  }
}
@media (max-width: 991.98px) {
  body.blog section.no-posts, body.archive section.no-posts {
    height: -moz-calc(100vh - 64px);
    height: -webkit-calc(100vh - 64px);
    height: calc(100vh - 64px);
  }
}
@media (max-width: 767.98px) {
  body.blog section.no-posts, body.archive section.no-posts {
    height: auto;
    min-height: 500px;
  }
}
body.blog section.no-posts .title, body.archive section.no-posts .title {
  position: relative;
  z-index: 1;
}
body.blog section.no-posts .message, body.archive section.no-posts .message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.blog section.no-posts .message p, body.archive section.no-posts .message p {
  font-size: 20px;
}
@media (min-width: 992px) {
  body.blog .has-stripe-menu + main section.no-posts, body.archive .has-stripe-menu + main section.no-posts {
    height: -moz-calc(100vh - 132px);
    height: -webkit-calc(100vh - 132px);
    height: calc(100vh - 132px);
  }
}
body.single {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  body.single {
    margin-top: 64px;
  }
}
body.single section.main-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 350px) {
  body.single section.main-content {
    padding-top: 20px;
  }
}
@media (min-width: 576px) {
  body.single section.main-content {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  body.single section.main-content {
    padding-top: 40px;
  }
}
@media (min-width: 1480px) {
  body.single section.main-content {
    padding-top: 44px;
  }
}
@media (min-width: 350px) {
  body.single section.main-content {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  body.single section.main-content {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body.single section.main-content {
    padding-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  body.single section.main-content {
    padding-bottom: 44px;
  }
}
body.single section.main-content .col.aside {
  order: 1;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
body.single section.main-content .col.aside .back {
  margin-bottom: 10px;
}
body.single section.main-content .col.aside .back a {
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 992px) {
  body.single section.main-content .col.aside .back a {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  body.single section.main-content .col.aside .back a:hover, body.single section.main-content .col.aside .back a:focus {
    color: #999999;
  }
}
body.single section.main-content .col.aside .post-info {
  margin-bottom: 10px;
}
body.single section.main-content .col.article {
  order: 2;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
body.single section.main-content .col.article .image {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.single section.related-posts {
  margin-bottom: 15px;
}
@media (min-width: 350px) {
  body.single section.related-posts {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  body.single section.related-posts {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body.single section.related-posts {
    margin-bottom: 40px;
  }
}
@media (min-width: 1480px) {
  body.single section.related-posts {
    margin-bottom: 44px;
  }
}
body.single-landing_page {
  margin-top: 0 !important;
}

#content-layout > section:first-child:not(.hero) {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  #content-layout > section:first-child:not(.hero) {
    margin-top: 64px;
  }
}
#content-layout.menu-has-stripe > section:first-child:not(.hero) {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  #content-layout.menu-has-stripe > section:first-child:not(.hero) {
    margin-top: 64px;
  }
}
#content-layout.nav-hidden > section:first-child:not(.hero) {
  margin-top: 15px;
}
@media (min-width: 350px) {
  #content-layout.nav-hidden > section:first-child:not(.hero) {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  #content-layout.nav-hidden > section:first-child:not(.hero) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #content-layout.nav-hidden > section:first-child:not(.hero) {
    margin-top: 40px;
  }
}
@media (min-width: 1480px) {
  #content-layout.nav-hidden > section:first-child:not(.hero) {
    margin-top: 44px;
  }
}

.sticky-footer.footer-sticky {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 11;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.08);
  transition: top 0.2s;
}

footer {
  position: relative;
  background-color: #000000;
  padding-bottom: 80px;
  padding-top: 540px;
}
@media (max-width: 991.98px) {
  footer {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 400px;
  }
}
footer * {
  color: #ffffff;
  font-size: 14px;
}
footer .info {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 44px;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 350px) {
  footer .info {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  footer .info {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  footer .info {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  footer .info {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  footer .info {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  footer .info {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  footer .info {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  footer .info {
    padding-right: 44px;
  }
}
footer .info .left-side, footer .info .right-side {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
footer .info .left-side a, footer .info .right-side a {
  cursor: pointer;
  border: none;
  background: none;
  color: white;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 992px) {
  footer .info .left-side a, footer .info .right-side a {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  footer .info .left-side a:hover, footer .info .left-side a:focus, footer .info .right-side a:hover, footer .info .right-side a:focus {
    opacity: 0.72;
  }
}
@media (max-width: 991.98px) {
  footer .info .left-side {
    margin-bottom: 25px;
  }
}
footer .info .right-side {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 575.98px) {
  footer .info .right-side {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
footer .info .phone-email {
  text-align: right;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  footer .info .phone-email {
    text-align: left;
  }
}
footer .info .social-media .links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 575.98px) {
  footer .info .social-media .links {
    text-align: left;
  }
}
footer .info .social-media .links a {
  cursor: pointer;
  border: none;
  background: none;
  color: white;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 992px) {
  footer .info .social-media .links a {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  footer .info .social-media .links a:hover, footer .info .social-media .links a:focus {
    opacity: 0.72;
  }
}
footer .slogan {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 350px) {
  footer .slogan {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  footer .slogan {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  footer .slogan {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  footer .slogan {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  footer .slogan {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  footer .slogan {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  footer .slogan {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  footer .slogan {
    padding-right: 44px;
  }
}
footer .slogan img {
  max-width: 1290px;
  width: 100%;
}
@media (min-width: 576px) {
  footer.stickied .info {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
  }
}

#cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1000;
  opacity: 1;
}
#cover.fade-out {
  opacity: 0;
  -webkit-transition: opacity 100ms ease;
  -moz-transition: opacity 100ms ease;
  -ms-transition: opacity 100ms ease;
  -o-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

/*--------------------------------------------------------------
THEME / NAVIGATION
--------------------------------------------------------------*/
header #primary-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 350px) {
  header #primary-nav {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  header #primary-nav {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  header #primary-nav {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  header #primary-nav {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  header #primary-nav {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  header #primary-nav {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  header #primary-nav {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  header #primary-nav {
    padding-right: 44px;
  }
}
@media (max-width: 991.98px) {
  header #primary-nav {
    height: 64px;
  }
}
header #primary-nav .logo {
  position: relative;
}
header #primary-nav .logo h1 {
  margin-bottom: 0;
}
header #primary-nav .logo a {
  display: inline-block;
  position: relative;
  z-index: 3;
}
header #primary-nav .logo a img {
  width: 170px;
  height: auto;
}
@media (max-width: 575.98px) {
  header #primary-nav .logo a img {
    width: 150px;
  }
}
header #primary-nav .logo a img:first-child {
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
header #primary-nav .nav {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header #primary-nav .nav .nav-main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  header #primary-nav .nav .nav-main {
    display: none;
  }
}
header #primary-nav .nav .nav-main .menu {
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header #primary-nav .nav .nav-main .menu > .menu-item {
  position: relative;
}
header #primary-nav .nav .nav-main .menu > .menu-item button, header #primary-nav .nav .nav-main .menu > .menu-item a {
  position: relative;
  z-index: 3;
  border: none;
  outline: none !important;
  background: none;
  display: inline-block;
  position: relative;
  letter-spacing: unset;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  header #primary-nav .nav .nav-main .menu > .menu-item button, header #primary-nav .nav .nav-main .menu > .menu-item a {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  header #primary-nav .nav .nav-main .menu > .menu-item button:hover, header #primary-nav .nav .nav-main .menu > .menu-item button:focus, header #primary-nav .nav .nav-main .menu > .menu-item a:hover, header #primary-nav .nav .nav-main .menu > .menu-item a:focus {
    color: #999999;
  }
}
header #primary-nav .nav .nav-main .menu > .menu-item button:focus, header #primary-nav .nav .nav-main .menu > .menu-item a:focus {
  outline: none !important;
}
header #primary-nav .nav .nav-main .menu > .menu-item button:focus-visible, header #primary-nav .nav .nav-main .menu > .menu-item a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
header #primary-nav .nav .nav-main .menu > .menu-item button span, header #primary-nav .nav .nav-main .menu > .menu-item a span {
  color: #000000;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
header #primary-nav .nav .nav-main .menu > .menu-item button .arrow svg, header #primary-nav .nav .nav-main .menu > .menu-item a .arrow svg {
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 16px;
  margin-left: 6px;
}
header #primary-nav .nav .nav-main .menu > .menu-item button .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item a .arrow svg .stroke {
  stroke: #000000;
  -webkit-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
header #primary-nav .nav .nav-main .menu > .menu-item:not(:first-child) {
  margin-left: 80px;
}
@media (max-width: 1479px) {
  header #primary-nav .nav .nav-main .menu > .menu-item:not(:first-child) {
    margin-left: 60px;
  }
}
@media (max-width: 1199.98px) {
  header #primary-nav .nav .nav-main .menu > .menu-item:not(:first-child) {
    margin-left: 50px;
  }
}
header #primary-nav .nav .nav-main .menu > .menu-item.current-menu-item button span, header #primary-nav .nav .nav-main .menu > .menu-item.current-menu-item a span, header #primary-nav .nav .nav-main .menu > .menu-item.current_page_parent button span, header #primary-nav .nav .nav-main .menu > .menu-item.current_page_parent a span {
  color: #999999;
}
header #primary-nav .nav .nav-main .menu > .menu-item.current-menu-item button .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item.current-menu-item a .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item.current_page_parent button .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item.current_page_parent a .arrow svg .stroke {
  stroke: #999999;
}
header #primary-nav .nav .nav-main .menu > .menu-item:hover button span, header #primary-nav .nav .nav-main .menu > .menu-item:hover a span, header #primary-nav .nav .nav-main .menu > .menu-item.opened button span, header #primary-nav .nav .nav-main .menu > .menu-item.opened a span {
  color: #999999;
}
header #primary-nav .nav .nav-main .menu > .menu-item:hover button .arrow svg, header #primary-nav .nav .nav-main .menu > .menu-item:hover a .arrow svg, header #primary-nav .nav .nav-main .menu > .menu-item.opened button .arrow svg, header #primary-nav .nav .nav-main .menu > .menu-item.opened a .arrow svg {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
header #primary-nav .nav .nav-main .menu > .menu-item:hover button .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item:hover a .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item.opened button .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item.opened a .arrow svg .stroke {
  stroke: #999999;
}
header #primary-nav .nav .nav-main .menu > .menu-item:hover button + .sub-menu-wrapper, header #primary-nav .nav .nav-main .menu > .menu-item:hover a + .sub-menu-wrapper, header #primary-nav .nav .nav-main .menu > .menu-item.opened button + .sub-menu-wrapper, header #primary-nav .nav .nav-main .menu > .menu-item.opened a + .sub-menu-wrapper {
  visibility: visible;
  -webkit-transition: visibility 0ms ease;
  -moz-transition: visibility 0ms ease;
  -ms-transition: visibility 0ms ease;
  -o-transition: visibility 0ms ease;
  transition: visibility 0ms ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
header #primary-nav .nav .nav-main .menu > .menu-item:hover button + .sub-menu-wrapper ul.sub-menu, header #primary-nav .nav .nav-main .menu > .menu-item:hover a + .sub-menu-wrapper ul.sub-menu, header #primary-nav .nav .nav-main .menu > .menu-item.opened button + .sub-menu-wrapper ul.sub-menu, header #primary-nav .nav .nav-main .menu > .menu-item.opened a + .sub-menu-wrapper ul.sub-menu {
  opacity: 1;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  top: 22.5px;
  text-align: left;
  padding: 0;
  visibility: hidden;
  -webkit-transition: visibility 0ms ease;
  -moz-transition: visibility 0ms ease;
  -ms-transition: visibility 0ms ease;
  -o-transition: visibility 0ms ease;
  transition: visibility 0ms ease;
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper ul {
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper ul:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #000000;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li {
  text-align: center;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a {
  width: 100%;
  background-color: #000000;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a span {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff !important;
  font-size: 16px;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a:hover, header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a:focus {
  background-color: #292929;
  outline: none !important;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a:focus-visible {
  background-color: #292929;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a:focus-visible span {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li:first-child a {
  padding-top: 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li:last-child a {
  padding-bottom: 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li:not(:last-child) {
  position: relative;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li:not(:last-child):after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li.current_page_item a, header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li.current_page_parent a {
  background-color: #292929 !important;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper:hover {
  visibility: visible;
  -webkit-transition: visibility 0ms ease;
  -moz-transition: visibility 0ms ease;
  -ms-transition: visibility 0ms ease;
  -o-transition: visibility 0ms ease;
  transition: visibility 0ms ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
header #primary-nav .nav .nav-main .menu .sub-menu-wrapper:hover ul {
  opacity: 1;
}
header #primary-nav .nav .menu-button button > div {
  width: 30px;
  height: 18px;
  position: relative;
}
header #primary-nav .nav .menu-button button > div span {
  display: block;
  position: absolute;
  float: right;
  background-color: #000000;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
header #primary-nav .nav .menu-button button > div:before, header #primary-nav .nav .menu-button button > div:after {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 2px;
  right: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
header #primary-nav .nav .menu-button button > div:before {
  top: 0;
}
header #primary-nav .nav .menu-button button > div:after {
  bottom: 0;
}
header #primary-nav .nav .menu-button button.full {
  background-color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  z-index: 2;
  -webkit-transition: background-color 250ms ease, border 250ms ease;
  -moz-transition: background-color 250ms ease, border 250ms ease;
  -ms-transition: background-color 250ms ease, border 250ms ease;
  -o-transition: background-color 250ms ease, border 250ms ease;
  transition: background-color 250ms ease, border 250ms ease;
}
header #primary-nav .nav .menu-button button.full > span {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 14px;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}
header #primary-nav .nav .menu-button button.full > span.opened-text {
  display: none;
  position: absolute;
  top: 8px;
  left: 16px;
}
@media (min-width: 992px) {
  header #primary-nav .nav .menu-button button.full:hover {
    border: 1px solid #000000;
    background-color: #000000;
  }
  header #primary-nav .nav .menu-button button.full:hover > div span, header #primary-nav .nav .menu-button button.full:hover > div:before, header #primary-nav .nav .menu-button button.full:hover > div:after {
    background-color: #ffffff;
  }
  header #primary-nav .nav .menu-button button.full:hover span {
    color: #ffffff;
  }
}
header #primary-nav .nav .menu-button button.full.active > span.closed-text {
  visibility: hidden;
}
header #primary-nav .nav .menu-button button.full.active > span.opened-text {
  display: block;
}
header #primary-nav .nav .menu-button button.active > div span {
  opacity: 0;
}
header #primary-nav .nav .menu-button button.active > div:before {
  width: 100%;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
header #primary-nav .nav .menu-button button.active > div:after {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 8px;
}
@media (max-width: 991.98px) {
  header #primary-nav .nav .menu-button button#menu-toggle {
    display: none;
  }
}
@media (min-width: 992px) {
  header #primary-nav .nav .menu-button button#menu-toggle-mobile {
    display: none;
  }
}
header #primary-nav.no-shadow {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
}
header #primary-nav.notran {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
header #primary-nav.notran .nav-col .nav-outer ul.menu > li > a > span,
header #primary-nav.notran .nav-col .nav-outer ul.menu > li.menu-item-has-children > a:after {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
header #primary-nav.static {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
header #secondary-nav {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  top: 22.5px;
  text-align: left;
  padding: 0;
  visibility: hidden;
  -webkit-transition: visibility 0ms ease;
  -moz-transition: visibility 0ms ease;
  -ms-transition: visibility 0ms ease;
  -o-transition: visibility 0ms ease;
  transition: visibility 0ms ease;
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
  left: unset;
  right: 0;
  top: 72px;
}
header #secondary-nav ul {
  position: relative;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
header #secondary-nav ul:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #000000;
}
header #secondary-nav li {
  text-align: center;
}
header #secondary-nav li a {
  width: 100%;
  background-color: #000000;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
header #secondary-nav li a span {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff !important;
  font-size: 16px;
}
header #secondary-nav li a:hover, header #secondary-nav li a:focus {
  background-color: #292929;
  outline: none !important;
}
header #secondary-nav li a:focus-visible {
  background-color: #292929;
}
header #secondary-nav li a:focus-visible span {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
header #secondary-nav li:first-child a {
  padding-top: 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
header #secondary-nav li:last-child a {
  padding-bottom: 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
header #secondary-nav li:not(:last-child) {
  position: relative;
}
header #secondary-nav li:not(:last-child):after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
header #secondary-nav li.current_page_item a, header #secondary-nav li.current_page_parent a {
  background-color: #292929 !important;
}
header #secondary-nav:hover {
  visibility: visible;
  -webkit-transition: visibility 0ms ease;
  -moz-transition: visibility 0ms ease;
  -ms-transition: visibility 0ms ease;
  -o-transition: visibility 0ms ease;
  transition: visibility 0ms ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
header #secondary-nav:hover ul {
  opacity: 1;
}
header #secondary-nav ul {
  padding-top: 8px;
}
header #secondary-nav ul:before {
  top: 0;
}
header #secondary-nav.open {
  visibility: visible;
  -webkit-transition: visibility 0ms ease;
  -moz-transition: visibility 0ms ease;
  -ms-transition: visibility 0ms ease;
  -o-transition: visibility 0ms ease;
  transition: visibility 0ms ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
header #secondary-nav.open ul {
  opacity: 1;
}
header #mobile-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
header #mobile-nav .nav-wrap {
  background-color: #ffffff;
  position: absolute;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 64px;
  height: -moz-calc(100vh -  64px);
  height: -webkit-calc(100vh -  64px);
  height: calc(100vh -  64px);
  width: 100%;
  z-index: 100;
  text-align: center;
  max-width: 100% !important;
  overflow-x: hidden;
  -webkit-transition: left 500ms ease;
  -moz-transition: left 500ms ease;
  -ms-transition: left 500ms ease;
  -o-transition: left 500ms ease;
  transition: left 500ms ease;
}
header #mobile-nav .menu {
  position: relative;
  margin-bottom: 0;
  margin-top: 120px;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 350px) {
  header #mobile-nav .menu {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  header #mobile-nav .menu {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  header #mobile-nav .menu {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  header #mobile-nav .menu {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  header #mobile-nav .menu {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  header #mobile-nav .menu {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  header #mobile-nav .menu {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  header #mobile-nav .menu {
    padding-right: 44px;
  }
}
@media (max-width: 991.98px) {
  header #mobile-nav .menu {
    margin-top: 36px;
  }
}
header #mobile-nav .menu > .menu-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header #mobile-nav .menu > .menu-item:not(:last-child) {
  margin-bottom: 20px;
}
header #mobile-nav .menu > .menu-item a, header #mobile-nav .menu > .menu-item button {
  color: #000000;
  text-decoration: none !important;
}
header #mobile-nav .menu > .menu-item button {
  position: relative;
}
header #mobile-nav .menu > .menu-item button .arrow {
  position: absolute;
  right: -24px;
  top: 0;
}
header #mobile-nav .menu > .menu-item button .arrow svg {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  width: 16px;
  margin-left: 6px;
}
header #mobile-nav .menu > .menu-item button .arrow svg .stroke {
  stroke: #000000;
}
header #mobile-nav .menu > .menu-item.active button .arrow svg {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
header #mobile-nav .sub-menu-wrap {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 350ms ease;
  -moz-transition: height 350ms ease;
  -ms-transition: height 350ms ease;
  -o-transition: height 350ms ease;
  transition: height 350ms ease;
}
header #mobile-nav .sub-menu-wrap .sub-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-left: 0;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
header #mobile-nav .sub-menu-wrap .sub-menu a {
  color: #000000;
}
header #mobile-nav .sub-menu-wrap .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 12px;
}
header #mobile-nav .sub-menu-wrap .sub-menu .menu-item:first-child {
  margin-top: 20px;
}
header #mobile-nav .sub-menu-wrap .sub-menu .menu-item:last-child {
  margin-bottom: 20px;
}
header .stripe-menu {
  background-color: #F2F4F5;
  position: fixed;
  height: 52px;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 350px) {
  header .stripe-menu {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  header .stripe-menu {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  header .stripe-menu {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  header .stripe-menu {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  header .stripe-menu {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  header .stripe-menu {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  header .stripe-menu {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  header .stripe-menu {
    padding-right: 44px;
  }
}
@media (max-width: 991.98px) {
  header .stripe-menu {
    display: none;
  }
}
header .stripe-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
header .stripe-menu ul li:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 1199.98px) {
  header .stripe-menu ul li:not(:last-child) {
    margin-right: 40px;
  }
}
header .stripe-menu ul li a {
  font-size: 16px;
  color: #000000;
  text-decoration: none !important;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1199.98px) {
  header .stripe-menu ul li a {
    font-size: 15px;
  }
}
header .stripe-menu ul li a.active {
  color: #999999;
}
header .stripe-menu ul li a:hover {
  color: #999999 !important;
}
header #skip-link-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99999;
}
header #skip-link-wrap div {
  height: 0;
}
header #skip-link-wrap #skip-link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  width: 200px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  text-decoration: underline !important;
  padding-top: 14px;
  top: -50px;
  -webkit-transition: top 250ms ease;
  -moz-transition: top 250ms ease;
  -ms-transition: top 250ms ease;
  -o-transition: top 250ms ease;
  transition: top 250ms ease;
}
header #skip-link-wrap #skip-link:focus {
  top: 0;
}
header.has-stripe-menu .site-nav#primary-nav {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
  header.has-stripe-menu + main {
    margin-top: 132px;
  }
}
@media (max-width: 991.98px) {
  header.has-stripe-menu + main {
    margin-top: 64px;
  }
}
header.lp-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 10;
}
@media (min-width: 350px) {
  header.lp-header {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  header.lp-header {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  header.lp-header {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  header.lp-header {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  header.lp-header {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  header.lp-header {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  header.lp-header {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  header.lp-header {
    padding-right: 44px;
  }
}
@media (max-width: 575.98px) {
  header.lp-header {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
  }
}
header.lp-header .interactive {
  height: 48px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  header.lp-header .interactive {
    display: none;
  }
}
header.lp-header .interactive .inner {
  position: relative;
  top: 0;
  -webkit-transition: top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: top 333ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  header.lp-header .interactive:hover .inner, header.lp-header .interactive:focus .inner {
    top: -48px;
  }
  header.lp-header .interactive:hover .custom-button.hover-style-slide .image, header.lp-header .interactive:focus .custom-button.hover-style-slide .image {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  header.lp-header .interactive:hover .custom-button.hover-style-slide .button, header.lp-header .interactive:focus .custom-button.hover-style-slide .button {
    left: 48px;
  }
}
header.lp-header .interactive.active .inner {
  top: -48px;
}
header.lp-header .interactive.active .custom-button.hover-style-slide .image {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
header.lp-header .interactive.active .custom-button.hover-style-slide .button {
  left: 48px;
}
header.lp-header .cycler {
  position: relative;
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: black;
  border: 1px solid black;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  outline-offset: 2px;
  line-height: unset;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 16px;
  color: #000000;
  text-transform: unset;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), top 333ms cubic-bezier(0.56, 0, 0.24, 1);
}
header.lp-header .cycler:focus {
  outline: none !important;
}
header.lp-header .cycler:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
header.lp-header .cycler svg {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
header.lp-header .cycler svg path {
  fill: #ffffff;
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  header.lp-header .cycler {
    -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  header.lp-header .cycler * {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  header.lp-header .cycler:hover, header.lp-header .cycler:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  header.lp-header .cycler:hover svg path, header.lp-header .cycler:focus svg path {
    fill: #000000;
  }
  header.lp-header .cycler:hover *, header.lp-header .cycler:focus * {
    color: #000000;
  }
}
header.lp-header .cycler .text-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  height: 48px;
}
header.lp-header .cycler span {
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
header.lp-header .cycler span.label {
  position: relative;
  top: -1px;
  height: 22px;
  display: block;
}
header.lp-header .cycler span.label.middle {
  position: relative;
  left: -4px;
  margin-left: -2px;
}
header.lp-header .cycler .items {
  position: relative;
  height: 22px;
  -webkit-transition: filter 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: filter 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: filter 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: filter 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: filter 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
header.lp-header .cycler .items .items-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
header.lp-header .cycler .items .items-wrap .item {
  position: relative;
  top: -1px;
  height: 48px;
  padding-right: 2px;
  white-space: nowrap;
  font-family: "SilkSerif-RegularItalic", sans-serif;
  font-weight: normal;
  font-style: italic;
}
@media (min-width: 768px) {
  header.lp-header .cycler:hover, header.lp-header .cycler:focus {
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    color: #000000;
  }
}
header.lp-header .button-wrap {
  position: relative;
  -webkit-transition: top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: top 333ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: top 333ms cubic-bezier(0.56, 0, 0.24, 1);
}
header.lp-header .logo {
  position: relative;
}
header.lp-header .logo img {
  height: 24px;
  width: auto;
  -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 479px) {
  header.lp-header .logo img {
    height: 20px;
  }
}
header.lp-header .logo img.light {
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
  z-index: 1;
}
header.lp-header.inverted .cycler {
  background-color: rgba(255, 255, 255, 0.1);
}
header.lp-header.inverted .cycler span {
  color: #ffffff;
}
header.lp-header.inverted .logo img.dark {
  opacity: 0;
}
header.lp-header.inverted .logo img.light {
  opacity: 1;
}

/*--------------------------------------------------------------
THEME / SECTIONS
--------------------------------------------------------------*/
section.hero {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 600px;
  height: 90vh;
  height: -moz-calc(100vh - 320px);
  height: -webkit-calc(100vh - 320px);
  height: calc(100vh - 320px);
}
@media (min-width: 350px) {
  section.hero {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  section.hero {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.hero {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  section.hero {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  section.hero {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  section.hero {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  section.hero {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  section.hero {
    padding-right: 44px;
  }
}
@media (max-width: 991.98px) {
  section.hero {
    height: auto;
    min-height: unset;
    padding-top: 150px;
  }
}
@media (max-width: 575.98px) {
  section.hero {
    padding-top: 134px;
  }
}
section.hero .bg {
  position: absolute;
  z-index: -1;
  width: 60%;
  height: auto;
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  section.hero .bg {
    width: 70%;
  }
}
section.hero .video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
@media (max-width: 991.98px) {
  section.hero .video {
    width: 60%;
  }
}
section.hero .video .vimeo-wrap {
  padding-bottom: 100%;
}
section.hero .content {
  position: relative;
  z-index: 1;
  max-width: 920px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  section.hero .content {
    max-width: 860px;
  }
}
section.hero .content h1 {
  font-size: 120px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  section.hero .content h1 {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  section.hero .content h1 {
    font-size: 88px;
  }
}
@media (max-width: 767.98px) {
  section.hero .content h1 {
    font-size: 72px;
  }
}
@media (max-width: 575.98px) {
  section.hero .content h1 {
    font-size: 64px;
  }
}
@media (max-width: 375px) {
  section.hero .content h1 {
    font-size: 52px;
  }
}
@media (max-width: 349px) {
  section.hero .content h1 {
    font-size: 44px;
  }
}
section.video {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 220px;
  margin-bottom: 220px;
}
@media (min-width: 350px) {
  section.video {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  section.video {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.video {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  section.video {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  section.video {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  section.video {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  section.video {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  section.video {
    padding-right: 44px;
  }
}
@media (max-width: 767.98px) {
  section.video {
    margin-top: 150px;
  }
}
@media (max-width: 767.98px) {
  section.video {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  section.video {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.video {
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  section.video {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  section.video {
    margin-bottom: 80px;
  }
}
section.video .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 991.98px) {
  section.video .content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 52px;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section.video .content * {
  line-height: 1.3;
  font-size: 32px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  section.video .content * {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  section.video .content * {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  section.video .content * {
    font-size: 24px;
  }
}
section.video .content .custom-button {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.video .content .custom-button:hover .button, section.video .content .custom-button:focus .button {
    left: 24px;
  }
  section.video .content .custom-button:hover .image, section.video .content .custom-button:focus .image {
    left: -24px;
  }
}
section.video .content.active .custom-button .button {
  left: 24px;
}
section.video .content.active .custom-button .image {
  left: -24px;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
section.video .video {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 991.98px) {
  section.video .video {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
section.text {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 220px;
  margin-bottom: 220px;
}
@media (min-width: 350px) {
  section.text {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  section.text {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.text {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  section.text {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  section.text {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  section.text {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  section.text {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  section.text {
    padding-right: 44px;
  }
}
@media (max-width: 767.98px) {
  section.text {
    margin-top: 150px;
  }
}
@media (max-width: 767.98px) {
  section.text {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  section.text {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.text {
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  section.text {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  section.text {
    margin-bottom: 80px;
  }
}
section.text .content {
  max-width: 1080px;
  width: 100%;
}
@media (max-width: 767.98px) {
  section.text .content br {
    display: none;
  }
}
section.work {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 220px;
  margin-bottom: 220px;
}
@media (min-width: 350px) {
  section.work {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  section.work {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.work {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  section.work {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  section.work {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  section.work {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  section.work {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  section.work {
    padding-right: 44px;
  }
}
@media (max-width: 767.98px) {
  section.work {
    margin-top: 150px;
  }
}
@media (max-width: 767.98px) {
  section.work {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  section.work {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.work {
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  section.work {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  section.work {
    margin-bottom: 80px;
  }
}
@media (max-width: 1279px) {
  section.work .side-heading {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section.work .heading {
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
}
@media (max-width: 1440px) {
  section.work .heading {
    -webkit-flex-basis: 220px;
    flex-basis: 220px;
  }
}
@media (max-width: 1279px) {
  section.work .heading {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1441px) {
  section.work .heading .small-heading br {
    display: none;
  }
}
@media (max-width: 1279px) {
  section.work .heading .small-heading br {
    display: none;
  }
}
section.work .work-items {
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  section.work .work-items {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
  }
}
@media (max-width: 1199.98px) {
  section.work .work-items {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.work .work-items .categories {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
section.work .work-items .category-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.work .work-items .category-item:after {
  content: "";
  position: absolute;
  background: #e2e2e2;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 100ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 100ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 100ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 100ms cubic-bezier(0.56, 0, 0.24, 1);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
section.work .work-items .category-item .category-label {
  position: relative;
  margin-bottom: 0;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  height: fit-content;
  color: #000000;
  cursor: pointer;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  font-size: 40px;
}
@media (max-width: 991.98px) {
  section.work .work-items .category-item .category-label {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  section.work .work-items .category-item .category-label {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  section.work .work-items .category-item .category-label {
    font-size: 28px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 415px) {
  section.work .work-items .category-item .category-label {
    font-size: 24px;
  }
}
section.work .work-items .category-item .category-label .wheel {
  position: relative;
  width: 18px;
  height: 18px;
  right: 40px;
}
@media (max-width: 575.98px) {
  section.work .work-items .category-item .category-label .wheel {
    right: 0;
    order: 2;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
  }
}
section.work .work-items .category-item .category-label .wheel svg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.work .work-items .category-item .category-label .title {
  position: relative;
  left: -18px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
}
@media (max-width: 575.98px) {
  section.work .work-items .category-item .category-label .title {
    order: 1;
    left: 0;
    font-size: 32px;
    padding-right: 32px;
  }
}
section.work .work-items .category-item .category-label .title .nowrap {
  white-space: nowrap;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
}
section.work .work-items .category-item .category-label .title .count {
  position: relative;
  top: -12px;
  left: 1px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  color: #999999;
  font-size: 25px;
}
@media (max-width: 991.98px) {
  section.work .work-items .category-item .category-label .title .count {
    font-size: 22px;
    top: -10px;
    left: 1px;
  }
}
@media (max-width: 767.98px) {
  section.work .work-items .category-item .category-label .title .count {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  section.work .work-items .category-item .category-label .title .count {
    top: -8px;
    left: 0;
  }
}
section.work .work-items .category-item .category-label:hover {
  color: #000000;
}
section.work .work-items .category-item .category-content {
  overflow: hidden;
}
section.work .work-items .category-item.active:after {
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.work .work-items .category-item.active .subcategory-item:after {
  width: 100%;
}
section.work .work-items .category-item.active .subcategory-item .label {
  opacity: 1;
}
section.work .work-items .category-item.active .wheel svg {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.work .work-items .category-item.active .category-label {
  color: #000000;
}
section.work .work-items .subcategories {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
section.work .work-items .subcategory-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding-left: 44px;
  -webkit-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1), background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1), background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1), background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1), background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: height 500ms cubic-bezier(0.56, 0, 0.24, 1), background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 1440px) {
  section.work .work-items .subcategory-item {
    padding-left: 32px;
  }
}
@media (max-width: 767.98px) {
  section.work .work-items .subcategory-item {
    padding-right: 44px;
  }
}
@media (max-width: 575.98px) {
  section.work .work-items .subcategory-item {
    padding-left: 0;
    padding-right: 0;
  }
}
section.work .work-items .subcategory-item:after {
  content: "";
  position: absolute;
  background: #e2e2e2;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: width 1250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: width 1250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: width 1250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: width 1250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: width 1250ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.work .work-items .subcategory-item .subcategory-inner {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1440px) {
  section.work .work-items .subcategory-item .subcategory-inner {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 1199.98px) {
  section.work .work-items .subcategory-item .subcategory-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  section.work .work-items .subcategory-item .subcategory-inner {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex: 1;
    flex-shrink: 1;
  }
}
section.work .work-items .subcategory-item .label {
  position: relative;
  left: 0;
  -webkit-flex-basis: 350px;
  flex-basis: 350px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  font-size: 24px;
  height: fit-content;
  color: #999999;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0;
  -webkit-transition: left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 1440px) {
  section.work .work-items .subcategory-item .label {
    -webkit-flex-basis: 240px;
    flex-basis: 240px;
  }
}
@media (max-width: 1199.98px) {
  section.work .work-items .subcategory-item .label {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  section.work .work-items .subcategory-item .label {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 18px;
  }
}
section.work .work-items .subcategory-item .label svg {
  -webkit-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.work .work-items .subcategory-item .label svg rect {
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 576px) {
  section.work .work-items .subcategory-item .label svg {
    display: none;
  }
}
section.work .work-items .subcategory-item .work-content {
  padding-right: 386px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 144px;
}
@media (max-width: 767.98px) {
  section.work .work-items .subcategory-item .work-content {
    padding-right: 0;
  }
}
section.work .work-items .subcategory-item .work-content .wrap {
  opacity: 0;
  position: relative;
  top: 44px;
  -webkit-transition: opacity 333ms ease, top 333ms ease;
  -moz-transition: opacity 333ms ease, top 333ms ease;
  -ms-transition: opacity 333ms ease, top 333ms ease;
  -o-transition: opacity 333ms ease, top 333ms ease;
  transition: opacity 333ms ease, top 333ms ease;
}
@media (max-width: 1199.98px) {
  section.work .work-items .subcategory-item .work-content {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 849px) {
  section.work .work-items .subcategory-item .work-content {
    min-height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section.work .work-items .subcategory-item .work-content .editor-content {
  padding-top: 15px;
  width: 420px;
  padding-right: 40px;
}
@media (max-width: 1519px) {
  section.work .work-items .subcategory-item .work-content .editor-content {
    width: 360px;
  }
}
@media (max-width: 1440px) {
  section.work .work-items .subcategory-item .work-content .editor-content {
    width: 310px;
  }
}
@media (max-width: 1269px) {
  section.work .work-items .subcategory-item .work-content .editor-content {
    width: 360px;
  }
}
@media (max-width: 991.98px) {
  section.work .work-items .subcategory-item .work-content .editor-content {
    padding-top: 30px;
  }
}
@media (max-width: 767.98px) {
  section.work .work-items .subcategory-item .work-content .editor-content {
    width: auto;
    width: 100%;
  }
}
section.work .work-items .subcategory-item .work-content .wrap {
  padding-bottom: 20px;
}
section.work .work-items .subcategory-item .work-content .work-modal-buttons {
  width: 356px;
  position: absolute;
  top: 15px;
  right: 40px;
}
@media (max-width: 1440px) {
  section.work .work-items .subcategory-item .work-content .work-modal-buttons {
    right: 16px;
  }
}
section.work .work-items .subcategory-item .work-content .work-modal-buttons .wm-item {
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 849px) {
  section.work .work-items .subcategory-item .work-content .work-modal-buttons {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin: 0;
    right: 0;
    top: 0;
    margin-bottom: 15px;
  }
}
section.work .work-items .subcategory-item:nth-child(1):after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
section.work .work-items .subcategory-item:nth-child(2):after {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
section.work .work-items .subcategory-item:nth-child(3):after {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
section.work .work-items .subcategory-item:nth-child(4):after {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
section.work .work-items .subcategory-item:nth-child(5):after {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
section.work .work-items .subcategory-item:nth-child(6):after {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
section.work .work-items .subcategory-item:nth-child(7):after {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
section.work .work-items .subcategory-item:nth-child(8):after {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
section.work .work-items .subcategory-item:nth-child(9):after {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
section.work .work-items .subcategory-item:nth-child(10):after {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
section.work .work-items .subcategory-item:nth-child(11):after {
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
section.work .work-items .subcategory-item:nth-child(12):after {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
section.work .work-items .subcategory-item:nth-child(13):after {
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
section.work .work-items .subcategory-item:nth-child(14):after {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
section.work .work-items .subcategory-item:nth-child(15):after {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
section.work .work-items .subcategory-item:nth-child(16):after {
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
section.work .work-items .subcategory-item:nth-child(17):after {
  -webkit-transition-delay: 1700ms;
  -moz-transition-delay: 1700ms;
  -ms-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  transition-delay: 1700ms;
}
section.work .work-items .subcategory-item:nth-child(18):after {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
section.work .work-items .subcategory-item:nth-child(19):after {
  -webkit-transition-delay: 1900ms;
  -moz-transition-delay: 1900ms;
  -ms-transition-delay: 1900ms;
  -o-transition-delay: 1900ms;
  transition-delay: 1900ms;
}
section.work .work-items .subcategory-item:nth-child(20):after {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
@media (min-width: 576px) {
  section.work .work-items .subcategory-item.active {
    background-color: #f2f2f2;
  }
}
section.work .work-items .subcategory-item.active .work-content .wrap {
  opacity: 1;
  top: 0;
}
section.work .work-items .subcategory-item.active .work-content .work-modal-buttons .wm-item {
  opacity: 1;
}
section.work .work-items .subcategory-item.active .work-content .work-modal-buttons-1 .wm-item {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
section.work .work-items .subcategory-item.active .work-content .work-modal-buttons-2 .wm-item:nth-child(1) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
section.work .work-items .subcategory-item.active .work-content .work-modal-buttons-2 .wm-item:nth-child(2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
section.work .work-items .subcategory-item.active .work-content .work-modal-buttons-3 .wm-item:nth-child(1) {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
section.work .work-items .subcategory-item.active .work-content .work-modal-buttons-3 .wm-item:nth-child(2) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
section.work .work-items .subcategory-item.active .work-content .work-modal-buttons-3 .wm-item:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
section.work .work-items .subcategory-item.active .label {
  color: #000000;
  left: 0;
}
section.work .work-items .subcategory-item.active .label svg {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.work .work-items .subcategory-item.active .label svg path {
  fill: #000000;
}
@media (max-width: 991.98px) {
  section.work .modal-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
section.work .modal-container .modal-inner {
  overflow: auto;
}
section.work .modal-container .work-modal-modal {
  height: 100%;
  display: none;
}
@media (min-width: 992px) {
  section.work .modal-container .work-modal-modal {
    min-height: 580px;
  }
}
section.work .modal-container .work-modal-modal.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal.active {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.work .modal-container .work-modal-modal .visuals, section.work .modal-container .work-modal-modal .content {
  height: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-transition: opacity 200ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 200ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 200ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 200ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 200ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.work .modal-container .work-modal-modal .visuals.fading, section.work .modal-container .work-modal-modal .content.fading {
  opacity: 0;
}
section.work .modal-container .work-modal-modal .visuals {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .visuals {
    padding-bottom: 126%;
    padding-bottom: -moz-calc(126% + 80px);
    padding-bottom: -webkit-calc(126% + 80px);
    padding-bottom: calc(126% + 80px);
  }
}
section.work .modal-container .work-modal-modal .visuals .work-modal-slider {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.work .modal-container .work-modal-modal .visuals .work-modal-slider.is-active {
  display: block;
}
section.work .modal-container .work-modal-modal .visuals .work-modal-slider .splide__track,
section.work .modal-container .work-modal-modal .visuals .work-modal-slider .splide__list,
section.work .modal-container .work-modal-modal .visuals .work-modal-slider .splide__slide {
  height: 100%;
}
@media (max-width: 1199.98px) {
  section.work .modal-container .work-modal-modal .visuals {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .visuals {
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex: 1;
    flex-shrink: 1;
  }
}
section.work .modal-container .work-modal-modal .visuals .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .visuals .image {
    height: auto;
    padding-bottom: 126%;
    margin-bottom: 32px;
  }
}
section.work .modal-container .work-modal-modal .visuals .vimeo-wrap {
  position: relative;
  padding-bottom: 0;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .visuals .vimeo-wrap {
    height: auto;
    padding-bottom: 126%;
    margin-bottom: 32px;
  }
}
section.work .modal-container .work-modal-modal .visuals .vimeo-wrap iframe {
  position: absolute;
  top: 0;
  width: 5000px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.work .modal-container .work-modal-modal .content {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  section.work .modal-container .work-modal-modal .content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 24px;
  }
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .content {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex: 1;
    flex-shrink: 1;
    padding-left: 0;
    padding-top: 32px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  section.work .modal-container .work-modal-modal .content {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  section.work .modal-container .work-modal-modal .content::before {
    content: "";
    flex: 0 0 calc(50% - 100px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) and (max-height: 749px) {
  section.work .modal-container .work-modal-modal .content::before {
    flex: 0 0 calc(33% - 100px);
  }
}
section.work .modal-container .work-modal-modal .content .modal-nav {
  position: absolute;
  top: 0;
  left: 50px;
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 15;
}
@media (max-width: 1199.98px) {
  section.work .modal-container .work-modal-modal .content .modal-nav {
    left: 24px;
  }
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .content .modal-nav {
    position: relative;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    order: 1;
    margin-bottom: 44px;
  }
}
section.work .modal-container .work-modal-modal .content .modal-nav button {
  font-size: 18px;
  color: #999999;
  z-index: 15;
  -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  section.work .modal-container .work-modal-modal .content .modal-nav button:hover, section.work .modal-container .work-modal-modal .content .modal-nav button:focus {
    color: #000000;
  }
}
section.work .modal-container .work-modal-modal .content .modal-nav button:not(:last-child) {
  margin-right: 28px;
}
section.work .modal-container .work-modal-modal .content .text {
  position: relative;
  display: none;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.work .modal-container .work-modal-modal .content .text.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.work .modal-container .work-modal-modal .content .text {
    margin-top: 200px;
  }
}
@media (min-width: 768px) {
  section.work .modal-container .work-modal-modal .content .text {
    position: static;
  }
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .content .text {
    order: 1;
  }
}
section.work .modal-container .work-modal-modal .content .sub-title {
  font-size: 18px;
  color: #999999;
  order: 1;
  margin-bottom: 10px;
}
section.work .modal-container .work-modal-modal .content .sub-title .sepo {
  font-size: 18px;
  color: #999999;
  margin-left: 8px;
  margin-right: 8px;
}
section.work .modal-container .work-modal-modal .content .title {
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 72px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  margin-bottom: 0;
  font-size: 64px;
  order: 2;
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .content .title {
    font-size: 64px;
  }
}
@media (max-width: 767.98px) {
  section.work .modal-container .work-modal-modal .content .title {
    font-size: 52px;
  }
}
@media (max-width: 575.98px) {
  section.work .modal-container .work-modal-modal .content .title {
    font-size: 44px;
  }
}
@media (max-width: 375px) {
  section.work .modal-container .work-modal-modal .content .title {
    font-size: 36px;
  }
}
@media (max-width: 349px) {
  section.work .modal-container .work-modal-modal .content .title {
    font-size: 30px;
  }
}
section.work .modal-container .work-modal-modal .content .company {
  margin-top: 4px;
  font-size: 24px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
}
section.work .modal-container .work-modal-modal .content .desc {
  max-width: 500px;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 212px;
  margin-bottom: 0;
  order: 3;
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .content .desc {
    padding-bottom: 30px;
  }
}
section.work .modal-container .work-modal-modal .content .link {
  left: 0;
  order: 4;
}
@media (min-width: 992px) {
  section.work .modal-container .work-modal-modal .content .link {
    position: absolute;
    bottom: 134px;
    left: 50px;
  }
}
@media (max-width: 1199.98px) {
  section.work .modal-container .work-modal-modal .content .link {
    left: 24px;
  }
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .content .link {
    margin-bottom: 30px;
  }
}
section.work .modal-container .work-modal-modal .content .link a {
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: black;
  border: 1px solid black;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  outline-offset: 2px;
}
section.work .modal-container .work-modal-modal .content .link a:focus {
  outline: none !important;
}
section.work .modal-container .work-modal-modal .content .link a:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
section.work .modal-container .work-modal-modal .content .link a svg {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
section.work .modal-container .work-modal-modal .content .link a svg path {
  fill: #ffffff;
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  section.work .modal-container .work-modal-modal .content .link a {
    -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  section.work .modal-container .work-modal-modal .content .link a * {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  section.work .modal-container .work-modal-modal .content .link a:hover, section.work .modal-container .work-modal-modal .content .link a:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  section.work .modal-container .work-modal-modal .content .link a:hover svg path, section.work .modal-container .work-modal-modal .content .link a:focus svg path {
    fill: #000000;
  }
  section.work .modal-container .work-modal-modal .content .link a:hover *, section.work .modal-container .work-modal-modal .content .link a:focus * {
    color: #000000;
  }
}
@media (min-width: 768px) {
  section.work .modal-container .work-modal-modal .content .link a:hover, section.work .modal-container .work-modal-modal .content .link a:focus {
    border: 1px solid #000000 !important;
  }
}
section.work .modal-container .work-modal-modal .content .link a svg {
  position: relative;
  top: -2px;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
section.work .modal-container .work-modal-modal .content .work-modal-buttons {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: 0;
}
@media (min-width: 992px) {
  section.work .modal-container .work-modal-modal .content .work-modal-buttons {
    position: absolute;
    bottom: 0;
    left: 50px;
  }
}
@media (max-width: 1199.98px) {
  section.work .modal-container .work-modal-modal .content .work-modal-buttons {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    left: 24px;
  }
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .content .work-modal-buttons {
    order: 3;
    width: 100%;
  }
}
section.work .modal-container .work-modal-modal .content .work-modal-buttons .wm-item {
  margin-right: 15px;
  margin-bottom: 0;
  opacity: 0.2;
  -webkit-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.work .modal-container .work-modal-modal .content .work-modal-buttons .wm-item.last-item {
  margin-right: 0;
}
@media (min-width: 768px) {
  section.work .modal-container .work-modal-modal .content .work-modal-buttons .wm-item:hover, section.work .modal-container .work-modal-modal .content .work-modal-buttons .wm-item:focus {
    opacity: 1;
  }
}
section.work .modal-container .work-modal-modal .content .work-modal-buttons .wm-item.active {
  opacity: 1;
}
@media (max-width: 991.98px) {
  section.work .modal-container .work-modal-modal .spacer {
    height: 32px;
  }
}
section.featured {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 220px;
  margin-bottom: 220px;
}
@media (min-width: 350px) {
  section.featured {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  section.featured {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.featured {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  section.featured {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  section.featured {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  section.featured {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  section.featured {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  section.featured {
    padding-right: 44px;
  }
}
@media (max-width: 767.98px) {
  section.featured {
    margin-top: 150px;
  }
}
@media (max-width: 767.98px) {
  section.featured {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  section.featured {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.featured {
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  section.featured {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  section.featured {
    margin-bottom: 80px;
  }
}
section.featured .bg {
  position: absolute;
  z-index: -1;
  width: 38%;
  height: auto;
  top: -10%;
  right: 0;
}
@media (max-width: 1199.98px) {
  section.featured .bg {
    top: -5%;
  }
}
@media (max-width: 767.98px) {
  section.featured .bg {
    display: none;
  }
}
section.featured .heading h2 {
  margin-bottom: 32px;
}
section.featured .items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
section.featured .item {
  margin-bottom: 44px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media (max-width: 767.98px) {
  section.featured .item:last-child {
    margin-bottom: 0;
  }
}
section.featured .item .visual-wrap {
  overflow: hidden;
}
section.featured .item .visual-wrap .vimeo-wrap, section.featured .item .visual-wrap .image {
  -webkit-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.featured .item .visual-wrap .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: 56%;
}
section.featured .item .text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 20px;
  overflow: hidden;
}
section.featured .item .text .title {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 575.98px) {
  section.featured .item .text .title {
    font-size: 16px;
  }
}
section.featured .item .text .category {
  color: #999999;
  font-size: 16px;
  margin-top: 4px;
  display: block;
}
@media (max-width: 575.98px) {
  section.featured .item .text .category {
    font-size: 14px;
  }
}
section.featured .item .text .label-wrap {
  height: 20px;
  overflow: hidden;
}
section.featured .item .text .label {
  position: relative;
  bottom: -22px;
  font-size: 16px;
  -webkit-transition: bottom 500ms ease;
  -moz-transition: bottom 500ms ease;
  -ms-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
}
section.featured .item .text .label svg {
  margin-left: 18px;
}
section.featured .item:nth-child(1) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
section.featured .item:nth-child(2), section.featured .item:nth-child(3) {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1199.98px) {
  section.featured .item:nth-child(2), section.featured .item:nth-child(3) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  section.featured .item:nth-child(2), section.featured .item:nth-child(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.featured .item:nth-child(4) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1199.98px) {
  section.featured .item:nth-child(4) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.featured .item a {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  section.featured .item a:hover .visual-wrap .vimeo-wrap, section.featured .item a:hover .visual-wrap .image, section.featured .item a:focus .visual-wrap .vimeo-wrap, section.featured .item a:focus .visual-wrap .image {
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  section.featured .item a:hover .text .label, section.featured .item a:focus .text .label {
    bottom: 1px;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  section.featured .item a:hover .text .label, section.featured .item a:focus .text .label {
    bottom: 2px;
  }
}
section.featured .item.active .visual-wrap .vimeo-wrap, section.featured .item.active .visual-wrap .image {
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
section.featured .item.active .text .label {
  bottom: 1px;
}
section.services {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 220px;
  margin-bottom: 220px;
}
@media (min-width: 350px) {
  section.services {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  section.services {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.services {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  section.services {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  section.services {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  section.services {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  section.services {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  section.services {
    padding-right: 44px;
  }
}
@media (max-width: 767.98px) {
  section.services {
    margin-top: 150px;
  }
}
@media (max-width: 767.98px) {
  section.services {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  section.services {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.services {
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  section.services {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  section.services {
    margin-bottom: 80px;
  }
}
@media (max-width: 1379px) {
  section.services {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section.services .heading {
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
}
@media (max-width: 1379px) {
  section.services .heading {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #000000;
    padding-top: 10px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  section.services .heading {
    margin-bottom: 12px;
  }
}
section.services .items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1379px) {
  section.services .items {
    padding-left: 0;
  }
}
section.services .item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  border-left: 1px solid #e2e2e2;
  padding-left: 30px;
  padding-right: 15px;
  margin-bottom: 32px;
  min-height: 220px;
  cursor: default;
  -webkit-transition: border-left 250ms cubic-bezier(0.56, 0, 0.24, 1), border-top 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: border-left 250ms cubic-bezier(0.56, 0, 0.24, 1), border-top 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: border-left 250ms cubic-bezier(0.56, 0, 0.24, 1), border-top 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: border-left 250ms cubic-bezier(0.56, 0, 0.24, 1), border-top 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: border-left 250ms cubic-bezier(0.56, 0, 0.24, 1), border-top 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 991.98px) {
  section.services .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 200px;
  }
}
@media (max-width: 767.98px) {
  section.services .item {
    padding-left: 20px;
    min-height: 180px;
    pointer-events: none !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 0;
  }
}
section.services .item .inner {
  position: relative;
  text-align: left;
}
section.services .item .inner > svg {
  position: absolute;
  top: 33px;
  width: 15px;
  height: auto;
  -webkit-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.services .item .inner > svg:nth-child(1) {
  left: 0;
  opacity: 0;
}
section.services .item .inner > svg:nth-child(1) path {
  fill: #ffffff !important;
}
@media (max-width: 767.98px) {
  section.services .item .inner > svg:nth-child(1) {
    right: 20px;
    left: unset;
    top: 10px;
    display: none;
  }
}
section.services .item .inner > svg:nth-child(2) {
  right: 30px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  section.services .item .inner > svg:nth-child(2) {
    right: 0;
    top: 14px;
  }
}
section.services .item .title {
  position: relative;
  line-height: 1.3;
  font-size: 32px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 44px;
  left: 0;
  -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1), left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1), left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1), left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1), left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1), left 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 1199.98px) {
  section.services .item .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  section.services .item .title {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  section.services .item .title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  section.services .item .title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
section.services .item .content {
  padding-bottom: 20px;
  -webkit-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  section.services .item .content {
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  section.services .item .content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
section.services .item .content * {
  color: #ffffff;
}
section.services .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
  overflow: hidden;
  clip-path: circle(0px at 0px 0px);
  -webkit-transition: clip-path 400ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: clip-path 400ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: clip-path 400ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: clip-path 400ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: clip-path 400ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.services .item .bg .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 333ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 767.98px) {
  section.services .item.service-item {
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  section.services .item.service-item .title {
    margin-bottom: 0;
  }
  section.services .item.service-item .content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  section.services .item.service-item.active {
    border-top: 1px solid #ffffff;
  }
}
@media (max-width: 767.98px) {
  section.services .item.service-item.active .inner > svg:nth-child(1) {
    opacity: 1;
  }
  section.services .item.service-item.active .inner > svg:nth-child(2) {
    opacity: 0;
  }
  section.services .item.service-item.active .title {
    left: 30px;
    color: #ffffff;
  }
  section.services .item.service-item.active .content {
    max-height: 300px;
    opacity: 1;
    margin-bottom: 20px;
  }
}
section.services .item.service-item.hover-reveal {
  cursor: pointer;
}
section.services .item.service-item.hover-reveal:hover, section.services .item.service-item.hover-reveal:focus {
  border-left: 1px solid rgba(255, 255, 255, 0);
}
section.services .item.service-item.hover-reveal:hover .inner > svg:nth-child(1), section.services .item.service-item.hover-reveal:focus .inner > svg:nth-child(1) {
  opacity: 1;
}
section.services .item.service-item.hover-reveal:hover .inner > svg:nth-child(2), section.services .item.service-item.hover-reveal:focus .inner > svg:nth-child(2) {
  opacity: 0;
}
section.services .item.service-item.hover-reveal:hover .title, section.services .item.service-item.hover-reveal:focus .title {
  left: 30px;
  color: #ffffff;
}
section.services .item.service-item.hover-reveal:hover .content, section.services .item.service-item.hover-reveal:focus .content {
  opacity: 1;
}
section.services .item.service-item.hover-reveal:hover .bg .image, section.services .item.service-item.hover-reveal:focus .bg .image {
  opacity: 1;
}
section.services .item.contact-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: border-left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: border-left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: border-left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: border-left 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 991.98px) {
  section.services .item.contact-item {
    border: none !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  section.services .item.contact-item:before {
    position: absolute;
    background-color: #eac8bd;
    border-radius: 8px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
section.services .item.contact-item .inner {
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  section.services .item.contact-item .inner {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  section.services .item.contact-item .inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
section.services .item.contact-item .title {
  margin-top: 20px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  section.services .item.contact-item .title {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  section.services .item.contact-item .title {
    margin-bottom: 40px;
  }
}
section.services .item.contact-item .custom-button {
  position: relative;
  left: 0;
  display: inline-block;
  -webkit-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.services .item.contact-item .custom-button .button {
  position: relative;
  z-index: 2;
}
section.services .item.contact-item .custom-button .image {
  z-index: 1;
}
section.services .item.contact-item .contact-hover-bg {
  position: absolute;
  z-index: -1;
  background-color: #eac8bd;
  border-radius: 24px;
  opacity: 0;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  pointer-events: none;
}
@media (min-width: 768px) {
  section.services .item.contact-item {
    position: relative;
  }
  section.services .item.contact-item:hover, section.services .item.contact-item:focus {
    border-left: 1px solid transparent;
  }
  section.services .item.contact-item:hover .custom-button .button, section.services .item.contact-item:focus .custom-button .button {
    left: 48px;
  }
  section.services .item.contact-item:hover .custom-button .image, section.services .item.contact-item:focus .custom-button .image {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  section.services .item.contact-item:hover .contact-hover-bg, section.services .item.contact-item:focus .contact-hover-bg {
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.services .item.contact-item:hover .custom-button .button {
    left: 24px;
  }
  section.services .item.contact-item:hover .custom-button .image {
    left: -24px;
  }
}
@media (max-width: 767.98px) {
  section.services .item.contact-item.active {
    position: relative;
    border-left: 1px solid transparent;
  }
  section.services .item.contact-item.active .custom-button {
    left: -24px;
  }
  section.services .item.contact-item.active .custom-button .button {
    left: 48px;
  }
  section.services .item.contact-item.active .custom-button .image {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  section.services .item.contact-item.active .contact-hover-bg {
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
section.testimonials {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 220px;
  margin-bottom: 220px;
}
@media (min-width: 350px) {
  section.testimonials {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  section.testimonials {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.testimonials {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  section.testimonials {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  section.testimonials {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  section.testimonials {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  section.testimonials {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  section.testimonials {
    padding-right: 44px;
  }
}
@media (max-width: 767.98px) {
  section.testimonials {
    margin-top: 150px;
  }
}
@media (max-width: 767.98px) {
  section.testimonials {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  section.testimonials {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.testimonials {
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  section.testimonials {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  section.testimonials {
    margin-bottom: 80px;
  }
}
section.testimonials .heading {
  -webkit-flex-basis: 180px;
  flex-basis: 180px;
}
@media (max-width: 991.98px) {
  section.testimonials .heading {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #000000;
    padding-top: 10px;
  }
}
@media (max-width: 991.98px) {
  section.testimonials .heading {
    margin-bottom: 44px;
  }
}
section.testimonials .sliders {
  max-width: 1120px;
  width: 100%;
}
section.testimonials .sliders.active .splide__slide.is-active em .brushy {
  width: 100%;
}
section.testimonials .splide.testimonial-quote {
  margin-bottom: 30px;
}
section.testimonials .splide.testimonial-quote .splide__slide {
  padding-bottom: 2px;
}
section.testimonials .splide.testimonial-quote .splide__slide p, section.testimonials .splide.testimonial-quote .splide__slide em {
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  section.testimonials .splide.testimonial-quote .splide__slide p, section.testimonials .splide.testimonial-quote .splide__slide em {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  section.testimonials .splide.testimonial-quote .splide__slide p, section.testimonials .splide.testimonial-quote .splide__slide em {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  section.testimonials .splide.testimonial-quote .splide__slide p, section.testimonials .splide.testimonial-quote .splide__slide em {
    font-size: 26px;
  }
}
section.testimonials .splide.testimonial-quote .splide__slide em {
  position: relative;
}
@media (min-width: 768px) {
  section.testimonials .splide.testimonial-quote .splide__slide em {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  section.testimonials .splide.testimonial-quote .splide__slide em.wrap-normal {
    white-space: normal;
  }
}
section.testimonials .splide.testimonial-quote .splide__slide em.wrap-normal .brushy {
  display: none !important;
}
section.testimonials .splide.testimonial-quote .splide__slide em .brushy {
  position: absolute;
  bottom: -25%;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: width 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: width 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: width 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: width 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: width 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 767.98px) {
  section.testimonials .splide.testimonial-quote .splide__slide em .brushy {
    opacity: 0;
  }
}
section.testimonials .splide.testimonial-quote .splide__slide em .brushy .svg-wrap {
  position: relative;
  display: block;
  height: 100%;
}
section.testimonials .splide.testimonial-quote .splide__slide em .brushy svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
section.testimonials .splide.testimonial-person {
  position: relative;
}
section.testimonials .splide.testimonial-person .splide__slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.testimonials .splide.testimonial-person .splide__slide .image {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin-right: 30px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
section.testimonials .splide.testimonial-person .splide__slide .text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.testimonials .splide.testimonial-person .splide__slide .text .title-company {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  section.testimonials .splide.testimonial-person .splide__slide .text .title-company {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.testimonials .splide.testimonial-person .splide__slide .text .title-company .coma {
    display: none;
  }
}
section.clients {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 220px;
  margin-bottom: 220px;
}
@media (min-width: 350px) {
  section.clients {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  section.clients {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.clients {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  section.clients {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  section.clients {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  section.clients {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  section.clients {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  section.clients {
    padding-right: 44px;
  }
}
@media (max-width: 767.98px) {
  section.clients {
    margin-top: 150px;
  }
}
@media (max-width: 767.98px) {
  section.clients {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  section.clients {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section.clients {
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  section.clients {
    margin-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  section.clients {
    margin-bottom: 80px;
  }
}
section.clients .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 52px;
}
@media (max-width: 991.98px) {
  section.clients .heading {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.clients .heading .intro {
  text-align: right;
  line-height: 1.3;
  font-size: 32px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  font-size: 30px;
  margin-top: -4px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  section.clients .heading .intro {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  section.clients .heading .intro {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  section.clients .heading .intro {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  section.clients .heading .intro {
    text-align: left;
    max-width: 640px;
    width: 100%;
    margin-top: 10px;
  }
  section.clients .heading .intro br {
    display: none;
  }
}
section.clients .items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  section.clients .items {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
  }
}
section.clients .item {
  background-color: #ffffff;
  height: 150px;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 576px) {
  section.clients .item {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
}
@media (max-width: 1379px) {
  section.clients .item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) {
  section.clients .item {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
  section.clients .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
section.clients .item .logo svg {
  height: 30px;
  width: auto;
}
@media (max-width: 575.98px) {
  section.clients .item .logo svg {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 479px) {
  section.clients .item .logo svg {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 349px) {
  section.clients .item .logo svg {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
section.clients .item .logo svg path {
  -webkit-transition: fill 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  section.clients .item:not(.action):hover {
    background-color: #000000;
  }
  section.clients .item:not(.action):hover .logo svg path, section.clients .item:not(.action):hover .logo svg rect {
    fill: #ffffff;
  }
}
section.clients .item.action {
  position: relative;
  overflow: hidden;
}
section.clients .item.action .hover-bg {
  position: absolute;
  background-color: #eac8bd;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  -webkit-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
  pointer-events: none;
}
section.clients .item.action .content {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1), top 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1), top 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1), top 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1), top 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1), top 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.clients .item.action .button-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
section.clients .item.action .button-wrap .custom-button {
  position: relative;
  left: 0;
  -webkit-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: left 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  section.clients .item.action:hover .hover-bg, section.clients .item.action:focus .hover-bg {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
    opacity: 1;
  }
  section.clients .item.action:hover .content, section.clients .item.action:focus .content {
    opacity: 0;
    top: -30px;
  }
  section.clients .item.action:hover .button-wrap, section.clients .item.action:focus .button-wrap {
    opacity: 1;
    -webkit-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  section.clients .item.action:hover .button-wrap .custom-button, section.clients .item.action:focus .button-wrap .custom-button {
    left: -24px;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  section.clients .item.action:hover .button-wrap .custom-button .button, section.clients .item.action:focus .button-wrap .custom-button .button {
    left: 48px;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  section.clients .item.action:hover .button-wrap .custom-button .image, section.clients .item.action:focus .button-wrap .custom-button .image {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
}
section.team {
  position: relative;
  background-color: #000000;
  padding-bottom: 170px;
  overflow: hidden;
  min-height: unset !important;
}
section.team * {
  color: #ffffff;
}
section.team .heading {
  position: relative;
  z-index: 3;
  height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  section.team .heading {
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  section.team .heading {
    height: 200px;
  }
}
section.team .team-row {
  position: relative;
  z-index: 3;
  /* container for each ticker track */
  white-space: nowrap;
}
section.team .team-row .item {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
section.team .team-row .item span {
  cursor: default;
}
section.team .team-row .department {
  position: relative;
  display: inline-block;
  font-size: 64px;
  font-weight: 300;
}
section.team .team-row .department .visual {
  display: none;
  position: absolute;
  background-color: #eacd9a;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.team .team-row .department .visual img {
  height: 210px;
  width: auto;
}
section.team .team-row .sepo {
  position: relative;
  margin-left: 48px;
  margin-right: 38px;
  top: -12px;
  font-size: 18px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  section.team .team-row .sepo {
    font-size: 15px;
    margin-left: 30px;
    margin-right: 26px;
    top: -9px;
  }
}
@media (max-width: 767.98px) {
  section.team .team-row .sepo {
    font-size: 13px;
    margin-left: 24px;
    margin-right: 20px;
    top: -7px;
  }
}
@media (max-width: 575.98px) {
  section.team .team-row .sepo {
    font-size: 11px;
    margin-left: 18px;
    margin-right: 14px;
    top: -5px;
  }
}
section.team .team-row:not(:last-child) {
  margin-bottom: 130px;
}
section.team .team-row-mobile .department {
  font-size: 44px;
}
@media (max-width: 767.98px) {
  section.team .team-row-mobile .department {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  section.team .team-row-mobile .department {
    font-size: 32px;
  }
}
section.team .team-row-mobile:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  section.team .team-row-mobile:not(:last-child) {
    margin-bottom: 72px;
  }
}
@media (max-width: 575.98px) {
  section.team .team-row-mobile:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  section.team .team-row-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  section.team .team-row-desktop {
    display: none;
  }
}
section.sectors .inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (min-width: 350px) {
  section.sectors .inner {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  section.sectors .inner {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  section.sectors .inner {
    padding-left: 40px;
  }
}
@media (min-width: 1480px) {
  section.sectors .inner {
    padding-left: 44px;
  }
}
@media (min-width: 350px) {
  section.sectors .inner {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  section.sectors .inner {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  section.sectors .inner {
    padding-right: 40px;
  }
}
@media (min-width: 1480px) {
  section.sectors .inner {
    padding-right: 44px;
  }
}
@media (max-width: 767.98px) {
  section.sectors .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  section.sectors .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.sectors .inner .bg {
  position: absolute;
  z-index: -1;
  left: 0;
  height: 50%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  section.sectors .inner .bg {
    display: none;
  }
}
section.sectors .inner .bg-1 {
  top: 0;
}
@media (max-width: 509px) {
  section.sectors .inner .bg-1 {
    background-position: 50% 0;
    background-size: 250%;
  }
}
section.sectors .inner .bg-2 {
  bottom: 0;
  background-position: 50% 100%;
  background-size: 90%;
}
@media (max-width: 1199.98px) {
  section.sectors .inner .bg-2 {
    background-size: 120%;
  }
}
@media (max-width: 991.98px) {
  section.sectors .inner .bg-2 {
    background-size: 140%;
  }
}
@media (max-width: 767.98px) {
  section.sectors .inner .bg-2 {
    background-size: 180%;
  }
}
section.sectors .sector-items {
  margin-bottom: 150px;
}
@media (max-width: 509px) {
  section.sectors .sector-items {
    margin-bottom: 40px;
  }
}
section.sectors .sector-item-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section.sectors .sector-item-group:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 509px) {
  section.sectors .sector-item-group {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.sectors .sector-item-group:not(:last-child) {
    margin-bottom: 0;
  }
}
section.sectors .sector-item-group .sepo {
  font-size: 20px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  margin-left: 52px;
  margin-right: 52px;
  position: relative;
  top: 52px;
  cursor: default;
}
@media (max-width: 991.98px) {
  section.sectors .sector-item-group .sepo {
    font-size: 16px;
    margin-left: 44px;
    margin-right: 44px;
    top: 40px;
  }
}
@media (max-width: 767.98px) {
  section.sectors .sector-item-group .sepo {
    font-size: 14px;
    margin-left: 32px;
    margin-right: 32px;
    top: 34px;
  }
}
@media (max-width: 575.98px) {
  section.sectors .sector-item-group .sepo {
    font-size: 12px;
    top: 29px;
  }
}
@media (max-width: 609px) {
  section.sectors .sector-item-group .sepo {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 509px) {
  section.sectors .sector-item-group .sepo {
    display: none;
  }
}
section.sectors .sector-item {
  position: relative;
}
section.sectors .sector-item .visual-wrap {
  position: absolute;
  background-color: #000000;
  top: 50%;
  left: 50%;
  height: 70vh;
  aspect-ratio: 500/720;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) scale(0.85);
  -moz-transform: translate(-50%, -50%) scale(0.85);
  -ms-transform: translate(-50%, -50%) scale(0.85);
  transform: translate(-50%, -50%) scale(0.85);
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: transform 500ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: transform 500ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: transform 500ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: transform 500ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: transform 500ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 767.98px) {
  section.sectors .sector-item .visual-wrap {
    display: none;
  }
}
section.sectors .sector-item .visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
}
section.sectors .sector-item .image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
section.sectors .sector-item .vimeo-wrap {
  padding-bottom: 0;
  height: 100%;
  max-width: unset;
  overflow: hidden;
}
section.sectors .sector-item .vimeo-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.sectors .sector-item .label {
  position: relative;
  z-index: 12;
  font-family: "SilkSerif-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 72px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  font-size: 80px;
  cursor: default;
  -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (max-width: 991.98px) {
  section.sectors .sector-item .label {
    font-size: 64px;
  }
}
@media (max-width: 767.98px) {
  section.sectors .sector-item .label {
    font-size: 52px;
  }
}
@media (max-width: 575.98px) {
  section.sectors .sector-item .label {
    font-size: 44px;
  }
}
@media (max-width: 375px) {
  section.sectors .sector-item .label {
    font-size: 36px;
  }
}
@media (max-width: 349px) {
  section.sectors .sector-item .label {
    font-size: 30px;
  }
}
section.sectors .sector-item a.label {
  cursor: pointer;
  border: none;
  background: none;
  color: black;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 992px) {
  section.sectors .sector-item a.label {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  section.sectors .sector-item a.label:hover, section.sectors .sector-item a.label:focus {
    color: #999999;
  }
}
@media (min-width: 768px) {
  section.sectors .sector-item:hover .label, section.sectors .sector-item:focus .label {
    color: #ffffff;
  }
}
@media (max-width: 509px) {
  section.sectors .sector-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
section.sectors .links-heading {
  margin-bottom: 60px;
}
@media (max-width: 509px) {
  section.sectors .links-heading {
    margin-bottom: 40px;
  }
}
section.sectors .links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  section.sectors .links {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  section.sectors .links {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  section.sectors .links .custom-button:not(:last-child) {
    margin-right: 12px;
  }
}
@media (max-width: 991.98px) {
  section.sectors .links .custom-button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  section.sectors .links .custom-button:first-child {
    order: 2;
  }
  section.sectors .links .custom-button:first-child .button {
    width: 220px;
  }
}
@media (max-width: 991.98px) {
  section.sectors .links .custom-button:last-child {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  section.sectors .links .custom-button.hover-style-slide .button {
    left: 0;
  }
  section.sectors .links .custom-button.hover-style-slide .visual {
    display: none;
  }
}
section.sectors .links.active .custom-button:last-child .button {
  left: 24px;
}
section.sectors .links.active .custom-button:last-child .image {
  left: -24px;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
section.coming-soon, section.error-404 {
  height: 100vh;
  height: -moz-calc(100vh -  80px);
  height: -webkit-calc(100vh -  80px);
  height: calc(100vh -  80px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 991.98px) {
  section.coming-soon, section.error-404 {
    height: -moz-calc(100vh -  64px);
    height: -webkit-calc(100vh -  64px);
    height: calc(100vh -  64px);
    margin-top: 64px;
  }
}
section.coming-soon *, section.error-404 * {
  color: #000000;
}
section.coming-soon h1, section.error-404 h1 {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
THEME / FORMS
--------------------------------------------------------------*/
form {
  max-width: 720px;
  width: 100%;
  text-align: left;
}
form .form-field.text-field, form .form-field.select-field {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  form .form-field.text-field, form .form-field.select-field {
    width: 100%;
  }
}
form .form-field.text-field label, form .form-field.select-field label {
  display: block;
  margin-bottom: 0;
}
form .form-field.text-field {
  position: relative;
}
form .form-field.text-field input {
  background: none;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  color: #000000;
  border-radius: 0;
  top: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 28px;
  font-size: 18px;
  box-shadow: none !important;
  outline-offset: 2px;
  -webkit-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
form .form-field.text-field input:focus {
  outline: none !important;
}
form .form-field.text-field input:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
form .form-field.text-field.conditional {
  overflow: hidden;
  height: 0;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
form .form-field.text-field.conditional label {
  position: relative;
  height: 48px;
}
form .form-field.text-field.conditional .placeholder {
  left: 16px;
}
form .form-field.text-field.conditional .cond-holder {
  padding-bottom: 20px;
}
form .form-field.select-field .select-wrap {
  position: relative;
}
form .form-field.select-field .placeholder {
  left: 16px;
}
form .form-field.select-field select {
  background: none;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  color: #000000;
  border-radius: 0;
  top: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 28px;
  font-size: 18px;
  box-shadow: none !important;
  outline-offset: 2px;
  -webkit-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  background-image: url(img/icons/chevron.svg);
  background-position: top 20px right 15px;
  background-repeat: no-repeat;
  box-shadow: none !important;
  color: transparent;
  -webkit-appearance: none;
}
form .form-field.select-field select:focus {
  outline: none !important;
}
form .form-field.select-field select:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
form .form-field.select-field select:focus {
  outline: none !important;
}
form .form-field.select-field select:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
form .form-field.select-field .placeholder-wrap-select.not-empty .placeholder {
  display: none;
}
form .form-field.select-field .placeholder-wrap-select.not-empty select {
  color: #000000;
}
form .form-field.select-field select::-ms-expand {
  display: none;
}
form .form-field.textarea-field textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  color: #000000;
  border-radius: 0;
  top: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 28px;
  font-size: 18px;
  box-shadow: none !important;
  outline-offset: 2px;
  -webkit-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  height: unset;
  padding-top: 0;
  outline-offset: 2px;
}
form .form-field.textarea-field textarea:focus {
  outline: none !important;
}
form .form-field.textarea-field textarea:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
form .form-field.textarea-field textarea::placeholder {
  color: #999999;
}
form .form-field.radio-field, form .form-field.check-field {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
form .form-field.radio-field .form-label, form .form-field.check-field .form-label {
  margin-bottom: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
form .form-field.radio-field .fields, form .form-field.check-field .fields {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form .form-field.radio-field .fields label, form .form-field.check-field .fields label {
  margin-bottom: 15px;
}
form .form-field.radio-field .fields label {
  position: relative;
}
form .form-field.radio-field .fields label > span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 12px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-top: 2px;
}
form .form-field.radio-field .fields label > span:before, form .form-field.radio-field .fields label > span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  display: block;
}
form .form-field.radio-field .fields label > span a {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 992px) {
  form .form-field.radio-field .fields label > span a:hover {
    color: #dc3545;
  }
}
form .form-field.radio-field .fields label > span:before {
  background: none;
  border: 1px solid #e2e2e2;
  -webkit-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
form .form-field.radio-field .fields label > span:after {
  background-color: #000000;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
form .form-field.radio-field .fields label .req-star {
  color: #dc3545;
}
form .form-field.radio-field .fields label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 0;
}
form .form-field.radio-field .fields label input:focus-visible + span:before {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
form .form-field.radio-field .fields label input:checked + span:after {
  opacity: 1 !important;
}
form .form-field.radio-field .fields label input:checked + span:before {
  border: 1px solid #e2e2e2 !important;
}
form .form-field.radio-field .fields label input:checked .invalid-feedback {
  visibility: hidden;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
form .form-field.radio-field .fields label input:checked .invalid-feedback span {
  opacity: 0;
}
form .form-field.radio-field .fields label.invalid + span:before {
  border: 1px solid #ed0000;
}
form .form-field.radio-field .fields label.invalid .invalid-feedback {
  visibility: visible;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
form .form-field.radio-field .fields label.invalid .invalid-feedback span {
  opacity: 1;
}
form .form-field.check-field {
  margin-top: 20px;
  position: relative;
}
form .form-field.check-field .form-label {
  font-size: 18px;
}
@media (max-width: 349px) {
  form .form-field.check-field .fields {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
form .form-field.check-field .fields label span {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  border-radius: 28px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
form .form-field.check-field .fields label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 0;
}
form .form-field.check-field .fields label input:checked + span {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
form .form-field.check-field .fields label input:focus + span {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
form .form-field.check-field .fields label:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  form .form-field.check-field .fields label:hover span, form .form-field.check-field .fields label:focus span {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
}
form .form-field.check-field.invalid .fields label span {
  border-color: #ed0000;
}
form .form-field.check-field.invalid .invalid-feedback {
  visibility: visible;
  bottom: -8px;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
form .form-field.check-field.invalid .invalid-feedback span {
  opacity: 1;
}
form .form-field.consent-field {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 32px;
  position: relative;
}
form .form-field.consent-field label {
  position: relative;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  outline-offset: 2px;
}
form .form-field.consent-field label > span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 12px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-top: 2px;
}
form .form-field.consent-field label > span:before, form .form-field.consent-field label > span:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  border-radius: 0;
  display: block;
  border-radius: 50%;
}
form .form-field.consent-field label > span a {
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 992px) {
  form .form-field.consent-field label > span a:hover {
    color: #dc3545;
  }
}
form .form-field.consent-field label > span:before {
  background: none;
  border: 1px solid #000000;
  -webkit-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
form .form-field.consent-field label > span:after {
  background-color: #000000;
  width: 8px;
  height: 8px;
  top: 6px;
  left: 4px;
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
form .form-field.consent-field label .req-star {
  color: #dc3545;
}
form .form-field.consent-field label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  font-size: 0;
}
form .form-field.consent-field label input:focus-visible + span:before {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
form .form-field.consent-field label input:checked + span:after {
  opacity: 1 !important;
}
form .form-field.consent-field label input:checked + span:before {
  border: 1px solid #000000 !important;
}
form .form-field.consent-field label input:checked .invalid-feedback {
  visibility: hidden;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
form .form-field.consent-field label input:checked .invalid-feedback span {
  opacity: 0;
}
form .form-field.consent-field label.invalid + span:before {
  border: 1px solid #ed0000;
}
form .form-field.consent-field label.invalid .invalid-feedback {
  visibility: visible;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
form .form-field.consent-field label.invalid .invalid-feedback span {
  opacity: 1;
}
form .form-field.consent-field .invalid-feedback {
  bottom: -20px;
}
form .form-field.copy-field {
  width: 100%;
  display: inline-block;
  margin-top: 52px;
  font-size: 12px;
}
form .form-field.copy-field a {
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: underline !important;
}
@media (min-width: 992px) {
  form .form-field.copy-field a {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  form .form-field.copy-field a:hover, form .form-field.copy-field a:focus {
    color: #999999;
  }
}
form .form-field.submit-field {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
form .form-field.submit-field .pet-name {
  position: absolute;
  top: -100000px;
  left: -100000px;
}
form .form-field.submit-field .req {
  order: 2;
  font-size: 12px;
  margin-left: 20px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 16px;
}
@media (max-width: 399px) {
  form .form-field.submit-field .req {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
form .form-field.submit-field .button {
  order: 1;
}
form .form-field.submit-field .button input[type=submit] {
  outline: none !important;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  background-color: black;
  border: 1px solid black;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  outline-offset: 2px;
  width: 180px;
}
form .form-field.submit-field .button input[type=submit]:focus {
  outline: none !important;
}
form .form-field.submit-field .button input[type=submit]:focus-visible {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
form .form-field.submit-field .button input[type=submit] svg {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
form .form-field.submit-field .button input[type=submit] svg path {
  fill: #ffffff;
  -webkit-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: fill 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
@media (min-width: 768px) {
  form .form-field.submit-field .button input[type=submit] {
    -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), left 333ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
  }
  form .form-field.submit-field .button input[type=submit] * {
    -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  form .form-field.submit-field .button input[type=submit]:hover, form .form-field.submit-field .button input[type=submit]:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  form .form-field.submit-field .button input[type=submit]:hover svg path, form .form-field.submit-field .button input[type=submit]:focus svg path {
    fill: #000000;
  }
  form .form-field.submit-field .button input[type=submit]:hover *, form .form-field.submit-field .button input[type=submit]:focus * {
    color: #000000;
  }
}
@media (min-width: 768px) {
  form .form-field.submit-field .button input[type=submit]:hover, form .form-field.submit-field .button input[type=submit]:focus {
    border: 1px solid #000000 !important;
    color: #000000 !important;
  }
}
@media (max-width: 349px) {
  form .form-field.submit-field .button input[type=submit] {
    width: 100%;
  }
}
@media (min-width: 576px) {
  form .form-field.half-field {
    width: 50%;
  }
}
form .form-field.hidden {
  visibility: hidden;
  height: 0 !important;
  margin: 0 !important;
}
form .placeholder {
  position: absolute;
  height: 100%;
  left: 26px;
  top: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #999999;
  pointer-events: none;
}
form .placeholder .req-star {
  margin-left: 2px;
}
form .placeholder.not-empty {
  display: none !important;
}
form .invalid-feedback {
  pointer-events: none;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  display: block;
  visibility: hidden;
  -webkit-transition: visibility 0ms ease;
  -moz-transition: visibility 0ms ease;
  -ms-transition: visibility 0ms ease;
  -o-transition: visibility 0ms ease;
  transition: visibility 0ms ease;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
form .invalid-feedback span {
  color: #ed0000;
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
}
form .req-star {
  color: #000000;
}
form > * {
  padding-left: 10px;
  padding-right: 10px;
}
form.was-validated .custom-select:invalid, form.was-validated .custom-select.is-invalid {
  border-color: #ed0000 !important;
}
form.was-validated .custom-select:invalid + .invalid-feedback, form.was-validated .custom-select.is-invalid + .invalid-feedback {
  visibility: visible;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
form.was-validated .custom-select:invalid + .invalid-feedback span, form.was-validated .custom-select.is-invalid + .invalid-feedback span {
  opacity: 1;
}
form.was-validated .form-control:invalid, form.was-validated .form-control.is-invalid {
  border-color: #ed0000 !important;
}
form.was-validated .form-control:invalid + .invalid-feedback, form.was-validated .form-control.is-invalid + .invalid-feedback {
  visibility: visible;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
form.was-validated .form-control:invalid + .invalid-feedback span, form.was-validated .form-control.is-invalid + .invalid-feedback span {
  opacity: 1;
}
form.was-validated .form-control:valid {
  border-color: #e2e2e2 !important;
}
form.was-validated .form-control:valid + .invalid-feedback {
  visibility: hidden;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
form.was-validated .form-control:valid + .invalid-feedback span {
  opacity: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.acf-success {
  opacity: 0;
  display: none;
  left: 0;
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}
.acf-success.active {
  opacity: 1;
  position: relative;
}
.acf-success h2 {
  padding-top: 40px;
  font-family: "PPNeueMontreal-Variable", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wght" 380;
}
.acf-success .msg {
  display: none;
}
.acf-success .response {
  color: red;
  display: none;
}
.acf-success * {
  color: #000000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000 !important;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000000 !important;
}

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