/*******************************************************
Fonts
*******************************************************/
 @font-face {
     font-family: 'Matter-Light';
     src: url('/wp-content/fonts/Matter-Light.eot');
     src: url('/wp-content/fonts/Matter-Light.woff2') format('woff2'), 
     url('/wp-content/fonts/Matter-Light.woff') format('woff');
     font-display: swap;
}
 @font-face {
     font-family: 'Matter-Regular';
     src: url('/wp-content/fonts/Matter-Regular.eot');
     src: url('/wp-content/fonts/Matter-Regular.woff2') format('woff2'), 
     url('/wp-content/fonts/Matter-Regular.woff') format('woff');
     font-display: swap;
}
 @font-face {
     font-family: 'Matter-Medium';
     src: url('/wp-content/fonts/Matter-Medium.eot');
     src: url('/wp-content/fonts/Matter-Medium.woff2') format('woff2'), 
     url('/wp-content/fonts/Matter-Medium.woff') format('woff');
     font-display: swap;
}
.idl-light {font-family: 'Matter-Light';}
.idl-regular {font-family: 'Matter-Regular';}
.idl-medium {font-family: 'Matter-Medium';}

/*******************************************************
Styles
*******************************************************/
/*
* {
    outline: 1px solid rgba(255, 0, 0, 0.2);
}*/

body.logged-out:not(.page-loaded) .ct-inner-content,
body.logged-out:not(.page-loaded) .top {
  opacity: 0;
}

body.logged-out.page-loaded .ct-inner-content,
body.logged-out.page-loaded .top {
  opacity: 1;
  transition: opacity 0.6s ease;
}
body {
     font-family: "Matter-Regular", sans-serif;
     font-size: 1rem;
     margin: 0;
     -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
  font-family: "Matter-Light", sans-serif;
}
h2 {font-weight: unset;}
strong {
     font-family: 'Matter-Medium';
}
.bold {
     font-family: 'Matter-Medium';
}
p {
  font-family: 'Matter-Light';
  line-height:1.2;
}
.eheader {
  font-family: 'Matter-Regular';
}
a {
  cursor: pointer;
}
a:hover {
}
.ct-section-inner-wrap,
.oxy-header-container {
  max-width: unset!important;
}
.light-font {
  font-family: "Matter-Light";
}
#link_button-76-785 {
  display: none;
}
.oxy-sticky-header-active .menu {
  padding: 0 .8rem 0 .8rem!important;
  text-transform: unset!important;
  letter-spacing:unset!important;
  font-size:1rem!important;
}
.oxy-sticky-header-active #_header-61-785 {
  padding-top:0!important;
  padding-bottom:0!important;
}
.oxy-sticky-header-active #link_button-76-785 {
  display: block;
}
.horizontal-scroll-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.horizontal-scroll-container::-webkit-scrollbar {
    display: none;
}
.offers ul {
  list-style-type: none;
  padding:0;
  margin:0;
}
.offers li {
  padding:.56rem 1rem;
  margin:.4rem 0;
}
:root {
  --dark: #000;
  --light: #f7f7fa;
  --grey: #f7f7f7;
  --pink: #ff77a5;
  --orange: #ffb24e;
}

/* BLOG */
.blog h1 {
  font-family: "Matter-Light", sans-serif!important;
}
.blog h2 {
  font-size:1rem;
  margin-top:1.9rem;
}
.blog h2:first-child {
  margin-top:0;
}
.blog p {
  line-height:1.4rem;
  margin-top:.56rem;
  margin-bottom: 1rem;
  hyphens:auto;
  font-size:1rem;
}
.blog li {
  font-family: "Matter-Light", sans-serif;
  font-size: 1rem;
}
.single-post h2 {
  font-size: 1.25rem !important;
  line-height: 1.3rem;
}
.single-post h3 {
  font-size: 1rem !important;
}

@media screen and (max-width: 1120px) {
  .blog p:last-child {

  }
}
/* INTRO */
.animation-box {
}
.animation-box p {
    font-size: 3rem; 
    padding:0!important; 
    margin:0!important; 
    font-family: 'Inter'; 
    text-rendering: optimizeLegibility;
    letter-spacing:.2rem!important;
    cursor: default!important;
}
@media (min-width: 980px) and (max-width: 1130px) {
  .animation-box p {
    font-size: 6rem;
  }
}
.animation-box p:hover {
    cursor: default!important;
}
#div_block-1, 
#div_block-2, 
#div_block-3 {
    display: flex;
    flex-direction: row;
}
.circle {
    position: fixed;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background-color: #000!important;
    border-radius: 50%!important;
    pointer-events: none;
}

/* Keyframes for the rotation */
@keyframes rotate-animation {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }


 @keyframes pastelBackground {
      0% {
        background-color: #FFB3BA; /* Soft pink */
      }
      25% {
        background-color: #FFDFBA; /* Soft orange */
      }
      50% {
        background-color: #FFFFBA; /* Soft yellow */
      }
      75% {
        background-color: #BAFFC9; /* Soft green */
      }
      100% {
        background-color: #BAE1FF; /* Soft blue */
      }
 }
@media (min-width: 980px) and (max-width: 1400px) {
    .topic {
        font-size: 1.56rem;
    }
}
@media screen and (max-width: 991px) {
  /*.video-hero {
    height: 65vh;
  }*/
  .blog p {
    font-size:.9rem;
    line-height: 1.4;
  }
  .blog li {
    font-size: .9rem;
    line-height: 1.4;
  }
}
@media (max-width:1450px) {
  .post_switch_1 {
    display:none;;
  }
}

@media (min-width:1451px) {
  .post_switch_2 {
    display:none;;
  }
}

.grid-spacer {
  width: calc((100% - (0.4rem * 3)) / 3);
}

@media screen and (min-width: 1800px) {
    #text_block-4-1322 {
     font-size: 3.8rem;}
}

.sep {
  margin-top:.4rem;
}

#svg-fancy_icon-102-785 {
  color:white;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.blinking {
  animation: blink 1s infinite;
}
.oxy-nav-menu-hamburger,
.oxy-nav-menu-hamburger-wrap {
  width: 22px!important;
  height: 22px !important;
}
.oxy-nav-menu-hamburger-line {
  height: 4px!important;
}
.oxy-nav-menu-hamburger-line:first-child {
  top: 7px!important;

}
.oxy-nav-menu.oxy-nav-menu-open {
  height:100vh;
}

.language-switcher {
    list-style: none;
    display: flex;
    gap: .4rem;
    margin: 0;
}
.language-switcher li a {
    text-decoration: none;
    color: #000;
    padding:1rem;
    background-color:var(--grey);
    border-radius:50%;
    color:black;
    transition: all 0.3s ease-in-out;
}
.language-switcher ul {
  padding-left: unset;
}
.language-switcher li a:hover {
    color:white;
    background-color:black;
}
.language-switcher li.active a {
    background-color:var(--orange);
    color:black;
}
.blog {
  width: 100% important;
}
b, strong {
  font-weight:unset !important;
}

.oxy-expand-collapse-icon::before,
.oxy-expand-collapse-icon::after {
  background-color: var(--orange)!important;
}
.visually-hidden {
    position: absolute;
    left: -9999px;
    height: 1px;
    min-height: 1px;
    visibility: hidden;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.offers li {
    margin: unset;
    border-bottom: 1px solid #00000026;
}

.offers li {
    padding: .56rem 1rem;
    margin: .4rem 0;
}
/* Oxygen container-link that wraps a button should not underline */
.oxy-container-link{
  text-decoration: none !important;
}

ul.language-switcher {
  padding-left:unset;
}
a.sdfasf{
  pointer-events: auto !important;
}
/*
.ffg {
  pointer-events: none !important;
}*/
table {
  font-size: var(--xs);
      width: 100%;
}
th {
  text-align: left;
}

.text, .text-small, .text-project {
  hyphens: auto;
}
@media (max-width: 1023px) {
  .pointer-no {
    pointer-events: none;
  }
}
@media (max-width:767px) {
  .zoom {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transform: scale(2);
    }
}

.ff-default .ff_btn_style {
  display: flex;
    justify-content: center;
    align-items: center;
    color: #000!important;
    font-weight: 600;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 0.3rem;
    padding-right: var(--r);
    padding-bottom: 0.4rem;
    padding-left: var(--r);
    background-color: var(--accent) !important;
    border-radius: var(--xs);
    transition: all 300ms ease-in-out;
}
.ff-default .ff_btn_style:focus, .ff-default .ff_btn_style:hover {
    background-color: var(--accent-hover)!important;
    opacity: 1;
}

a {
  color: #000;
}
.service a {
  text-decoration: unset;
}
.service a:hover {
  text-decoration: underline;
}


.video-hero {
  width: 100%;
  height: 50vh;
  min-width: 50vw;
  object-fit: cover;
}
.video-hero-sub {
  width: 100%;
  height: 100vh;
  min-width: 50vw;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .video-hero {
      height: 40vh;
  }
}
@media screen and (max-width: 1023px) {
  .video-hero {
      height: 50vh;
  }
  .vid {
    filter: blur(0)
  }
}

.toggle-content{
  max-height: 0;
  overflow: hidden;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    max-height 400ms cubic-bezier(.77,0,.175,1),
    opacity 200ms ease,
    visibility 0s linear 400ms;
}

.toggle.is-open + .toggle-content{
  max-height: 1000px; /* large enough to fit content */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition:
    max-height 400ms cubic-bezier(.77,0,.175,1),
    opacity 200ms ease;
}

.no-hypehns {
	hyphens: unset!important;
}