@font-face {
  src: url("../fonts/gilroy-light.ttf") format("truetype");
  font-family: "Gilroy";
  font-weight: 200;
  font-style: normal; }

@font-face {
  src: url("../fonts/gilroy-medium.ttf") format("truetype");
  font-family: "Gilroy";
  font-weight: normal;
  font-style: normal; }

@font-face {
  src: url("../fonts/gilroy-semibold.ttf") format("truetype");
  font-family: "Gilroy";
  font-weight: bold;
  font-style: normal; }

* {
  box-sizing: border-box; }

html {
  color: #1c2021;
  background: #69c2d5;
  background: linear-gradient(90deg, #354246 0%, #1c2021 100%);
  font-family: Gilroy, sans-serif;
  font-size: 62.5%; }
  @media only screen and (max-width: 1600px) {
    html {
      font-size: 48%; } }
  @media only screen and (max-width: 1400px) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 992px) {
    html {
      font-size: 52%; } }
  @media only screen and (max-width: 576px) {
    html {
      font-size: 56%; } }
  html.dark-bg {
    background: linear-gradient(90deg, #354246 0%, #1c2021 100%); }

body {
  padding: 0;
  margin: 0;
  font-size: 1.6rem; }
  body.home .breadcrumbs-wrapper {
    display: none !important; }
    @media only screen and (max-width: 768px) {
      body.home .breadcrumbs-wrapper {
        display: inline !important; } }

h1 {
  font-size: 5rem;
  margin: 0 auto 6rem auto;
  font-weight: normal;
  line-height: 7rem;
  text-align: center;
  max-width: 60rem; }

h2 {
  font-size: 3.2rem;
  margin: 0 0 3rem 0;
  font-weight: 500;
  line-height: 4rem; }

h3 {
  font-size: 2.2rem;
  margin: 0 0 1.4rem 0;
  font-weight: bold;
  line-height: 3rem; }

h4 {
  font-size: 1.8rem;
  margin: 0 0 2rem 0;
  font-weight: 300;
  line-height: 2.2rem; }
  h4 strong {
    font-weight: bold; }

p {
  margin: 0 0 2rem 0;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 200; }
  p:last-child {
    margin: 0 0 1rem 0; }
  p.large {
    font-size: 2.4rem;
    line-height: 3.6rem; }
  p.small {
    font-size: 1.6rem; }

strong {
  font-weight: bold; }

a {
  color: #1c2021;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.showlink {
    text-decoration: underline; }

ul {
  margin: 0 0 5rem 0; }
  ul.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 4rem; }
    ul.grid.no-margin {
      margin-bottom: 0; }
    ul.grid li {
      padding: 0;
      flex-basis: 250px;
      display: flex;
      flex: 1 0 30%;
      justify-content: space-between;
      justify-content: center;
      align-items: center;
      background: white;
      box-shadow: 0 0.5rem 1rem rgba(28, 32, 33, 0.2);
      border-radius: 1rem;
      overflow: hidden; }
      @media only screen and (max-width: 576px) {
        ul.grid li {
          flex: 1 0 100%; } }
      ul.grid li a {
        color: #354246;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        font-size: 3rem;
        padding: 3rem 0;
        font-size: 1.6rem; }
      ul.grid li span.tagline {
        font-size: 3rem;
        line-height: 4rem;
        flex-grow: 1;
        display: flex;
        align-items: center;
        text-align: center;
        transition: ease-in-out 0.2s;
        padding: 3rem 2rem;
        display: none; }
        ul.grid li span.tagline:hover {
          background: rgba(231, 237, 243, 0.2);
          transform: translateY(-0.2rem) scale(1.1); }
      ul.grid li span.title {
        background: #294156;
        display: block;
        padding: 3rem 0;
        position: relative;
        width: 100%;
        font-size: 1.6rem; }

button, .button {
  margin: 0 auto;
  color: white;
  padding: 0 2.5rem;
  border-radius: 0.5rem;
  width: auto;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: Gilroy, sans-serif;
  display: inline-flex;
  background: none;
  cursor: pointer;
  border: none;
  line-height: 5rem;
  font-weight: 500; }
  button:hover, .button:hover {
    text-decoration: underline; }
  button.outline, .button.outline {
    border: 2px solid white;
    line-height: calc(5rem - 4px); }
  button.green, .button.green {
    background: #ec632b;
    color: white;
    border: none; }
  button.emerald, .button.emerald {
    background: #ec632b;
    color: white;
    border: none; }
  button.blue, .button.blue {
    background: #ec632b;
    color: white;
    border: none; }
  button.purple, .button.purple {
    background: #ec632b;
    color: white;
    border: none; }
  button.orange, .button.orange {
    background: #ec632b;
    color: white;
    border: none; }
  button.pink, .button.pink {
    background: #ec632b;
    color: white;
    border: none; }
  button.red, .button.red {
    background: #ec632b;
    color: white;
    border: none; }
  button.black, .button.black {
    background: none;
    color: #1c2021;
    border: 2px solid #1c2021; }
  button.icon, .button.icon {
    padding-left: 0.5rem; }
    button.icon.icon-right, .button.icon.icon-right {
      padding-left: 2.5rem;
      padding-right: 0.5rem; }
    button.icon svg .st0, .button.icon svg .st0 {
      fill: white; }
  button svg, .button svg {
    width: 5rem;
    height: 5rem;
    padding: 1.5rem;
    display: inline-block;
    fill: white !important; }
  button.hidden, .button.hidden {
    display: none; }
  button.link, .button.link {
    border: none;
    padding: 0;
    background: none;
    color: #1c2021; }

hr, .wp-block-separator {
  outline: none;
  border-top: 1px solid #BECDD9;
  margin: 4rem auto 4rem;
  max-width: 60%;
  opacity: 0.3; }

.blue {
  color: #ec632b; }

.green {
  color: #ec632b; }

.purple {
  color: #ec632b;
  border: none; }

.orange {
  color: #ec632b; }

.red {
  color: #ec632b; }

.background-green {
  background: #84C464; }

.background-emerald {
  background: #62B993; }

.background-turquoise {
  background: #69C2D5; }

.background-blue {
  background: #5393FF; }

.background-orange {
  background: #ec632b; }

.background-red {
  background: #eaa78f; }

input, select, textarea {
  border: 2px solid white;
  border-radius: 1rem;
  padding: 1.5rem;
  font-family: Gilroy, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  width: 100%; }

label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
  color: #1c2021; }

#wrapper {
  padding: 0;
  position: relative; }

.mono-banner {
  height: 3rem;
  max-width: 100vw;
  width: 100%;
  position: relative;
  z-index: -1; }
  @media only screen and (max-width: 576px) {
    .mono-banner {
      height: 0; } }
  .mono-banner.large {
    height: calc(100vh - 8rem); }
  @media only screen and (max-width: 576px) {
    .mono-banner {
      overflow: hidden; } }
  .mono-banner .background {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 6rem;
    width: 100%;
    max-width: 140rem;
    opacity: 0.3; }
  .mono-banner .logo {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 80vw; }
    .mono-banner .logo svg {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 768px) {
      .mono-banner .logo {
        transform: translate(-50%, 0);
        top: 3rem;
        width: 50%;
        z-index: 9999; } }
  .mono-banner .portal-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative; }
  .mono-banner .portal {
    width: 100%;
    top: 50%;
    height: 100vh;
    max-width: 170rem;
    min-width: 100rem;
    transform: translate(-50%, -40%);
    position: fixed;
    left: 50%;
    z-index: 0; }
    @media only screen and (max-width: 992px) {
      .mono-banner .portal {
        transform: translate(-50%, -50%);
        width: 125%; } }
    @media only screen and (max-width: 768px) {
      .mono-banner .portal {
        width: 150%; } }
    .mono-banner .portal .ring {
      position: absolute;
      opacity: 0.15;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      fill: white; }
  .mono-banner .person {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    position: fixed; }
    .mono-banner .person img {
      height: 100vh;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      opacity: 100;
      transition: ease-in-out 0.3s; }
      .mono-banner .person img.transparent {
        opacity: 0; }
      .mono-banner .person img.pulse {
        animation: pulse 3s infinite ease-in-out; }
    .mono-banner .person img#hero-silhouette {
      filter: blur(4px); }
  .mono-banner .title {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translate(-50%);
    max-width: 80%;
    text-align: center;
    width: 100%;
    margin: 0;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .mono-banner .title {
        max-width: 100%;
        padding: 0 2rem;
        bottom: 14rem; } }
    .mono-banner .title h1 {
      text-transform: uppercase;
      font-size: 2rem;
      text-shadow: 0 1rem 8rem #354246, 0 1rem 8rem #354246, 0 1rem 8rem #1c2021;
      margin-bottom: 1rem;
      font-weight: 400;
      letter-spacing: 0.35rem;
      display: none;
      color: white; }
      @media only screen and (max-width: 768px) {
        .mono-banner .title h1 {
          margin-bottom: 0; } }
    .mono-banner .title h2 {
      font-size: 7rem;
      line-height: 8.5rem;
      text-shadow: 0 1rem 8rem #354246, 0 1rem 8rem #354246, 0 1rem 8rem #354246;
      margin-bottom: 0;
      color: white; }
      @media only screen and (max-width: 768px) {
        .mono-banner .title h2 {
          font-size: 5rem;
          line-height: 6rem; } }
  .mono-banner .fader {
    position: absolute;
    bottom: -70rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 140rem;
    background: black;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.8) 10%, rgba(53, 66, 70, 0) 50%);
    z-index: 8; }

.accreditation {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 17rem;
  border-radius: 1rem;
  z-index: 9999; }
  @media only screen and (max-width: 768px) {
    .accreditation {
      top: 1rem;
      right: 1rem;
      width: 14rem;
      height: 14rem; } }
  @media only screen and (max-width: 576px) {
    .accreditation {
      display: none; } }

.main-nav {
  width: 100%;
  background: white;
  z-index: 3;
  border-radius: 1.2rem 1.2rem 0 0;
  margin: 0;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  line-height: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(28, 32, 33, 0.2);
  z-index: 999999; }
  @media only screen and (max-width: 576px) {
    .main-nav {
      border-radius: 0; } }
  .main-nav .main-menu {
    padding: 1.5rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 8rem;
    position: relative;
    z-index: 1000; }
    @media only screen and (max-width: 576px) {
      .main-nav .main-menu {
        display: none; } }
  .main-nav .breadcrumbs-wrapper {
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    background: #f5f5f5;
    font-size: 1.4rem;
    font-weight: 300;
    position: relative;
    height: 5rem; }
    @media only screen and (max-width: 768px) {
      .main-nav .breadcrumbs-wrapper {
        padding-left: 1.5rem; } }
    .main-nav .breadcrumbs-wrapper a {
      color: #1c2021;
      opacity: 0.7;
      line-height: 2rem;
      text-decoration: none;
      text-overflow: ellipsis; }
      .main-nav .breadcrumbs-wrapper a:hover {
        text-decoration: underline; }
    .main-nav .breadcrumbs-wrapper .breadcrumbs {
      max-width: 60%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #1c2021; }
    .main-nav .breadcrumbs-wrapper button.mobile-meeting {
      display: none;
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      padding: 0 1rem 0 0;
      height: 4rem;
      line-height: 4rem; }
      @media only screen and (max-width: 576px) {
        .main-nav .breadcrumbs-wrapper button.mobile-meeting {
          display: flex; } }
      .main-nav .breadcrumbs-wrapper button.mobile-meeting svg {
        height: 4rem;
        width: 4rem;
        padding: 1rem; }
  .main-nav svg {
    fill: #ffffff; }
  .main-nav .right {
    display: flex; }
  .main-nav .logo a {
    display: block;
    margin: 0;
    padding: 1.2rem; }
  .main-nav .logo svg {
    height: 2.6rem;
    width: auto;
    display: block; }
  .main-nav ul.menu {
    display: flex;
    margin-right: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .main-nav ul.menu {
        display: none; } }
    .main-nav ul.menu li {
      position: relative; }
      .main-nav ul.menu li a {
        color: #1c2021;
        line-height: 5rem;
        margin: 0 2.5rem;
        text-align: center;
        display: block; }
      .main-nav ul.menu li .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        padding: 2rem 1.5rem;
        border-radius: 0.5rem;
        background: white;
        width: auto;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4); }
        .main-nav ul.menu li .sub-menu li {
          padding: 0 1.5rem;
          text-align: left; }
          .main-nav ul.menu li .sub-menu li a {
            color: #354246;
            margin: 0;
            padding: 0;
            line-height: 4rem;
            text-align: left; }
      .main-nav ul.menu li:hover .sub-menu {
        display: block;
        white-space: nowrap; }
  .main-nav.invert ul.menu li ul.sub-menu {
    bottom: 0;
    top: auto; }

#mobile-nav {
  position: fixed;
  bottom: 0;
  bottom: env(safe-area-inset-bottom);
  left: 0;
  right: 0;
  background: #354246;
  z-index: 999999;
  padding: 0;
  box-shadow: 0 0.5rem 1rem rgba(28, 32, 33, 0.2);
  display: none; }
  #mobile-nav:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 10rem;
    background: #294156; }
  @media only screen and (max-width: 768px) {
    #mobile-nav {
      display: block; } }
  #mobile-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0; }
    #mobile-nav ul li {
      width: 20%; }
      #mobile-nav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 8rem;
        flex-direction: column;
        font-size: 1.3rem;
        font-weight: 200;
        color: white; }
        #mobile-nav ul li a svg {
          width: 2rem;
          margin-bottom: 1rem; }

#content {
  width: 100%;
  max-width: 56%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: 0;
  color: #354246; }
  @media only screen and (max-width: 1280px) {
    #content {
      max-width: calc(100% - 4rem); } }
  @media only screen and (max-width: 576px) {
    #content {
      max-width: 100%; } }
  #content article img {
    width: 100%;
    height: auto;
    margin-bottom: 6rem;
    border-radius: 1rem; }
  #content section {
    margin: 0;
    padding: 12rem 10rem;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #content section {
        padding: 6rem 3rem; } }
    #content section img {
      width: 100%;
      max-width: 100rem;
      margin: 0;
      padding: 0;
      border-radius: 1rem; }
      #content section img.logo {
        max-width: 30rem; }
        #content section img.logo.small {
          max-width: 8rem; }
    #content section.about {
      padding: 6rem 12rem 8rem; }
      @media only screen and (max-width: 576px) {
        #content section.about {
          padding: 6rem 3rem; } }
      #content section.about .wp-block-column {
        display: flex; }
      #content section.about img {
        margin: 0 0 8rem 0; }
      #content section.about h4 {
        text-transform: uppercase;
        margin-bottom: 3rem;
        font-weight: bold;
        letter-spacing: 0.2rem; }
      #content section.about .team-card {
        background: white;
        border-radius: 1.5rem;
        padding: 2rem;
        margin-bottom: 2rem;
        display: flex;
        box-shadow: 0 0.5rem 1rem rgba(28, 32, 33, 0.2); }
        #content section.about .team-card figure {
          width: 40%; }
          #content section.about .team-card figure img {
            margin: 0;
            padding: 0; }
        #content section.about .team-card h3 {
          text-align: left;
          margin-bottom: 1rem;
          font-size: 2rem; }
        #content section.about .team-card p {
          text-align: left;
          padding: 0;
          font-size: 1.4rem;
          line-height: 1.8rem;
          margin-bottom: 1.5rem; }
          #content section.about .team-card p strong {
            display: block;
            margin-bottom: 1rem; }
        #content section.about .team-card.large p {
          text-align: left;
          font-size: 1.6rem;
          line-height: 2rem; }
        #content section.about .team-card .team-button a {
          display: inline-block;
          border-radius: 0.5rem;
          border: 1px solid #354246;
          color: #1c2021;
          padding: 0.6rem 1rem;
          text-align: center;
          font-size: 1.3rem; }
        #content section.about .team-card .wp-block-media-text__content {
          padding: 0 0 0 2rem; }
    #content section:nth-child(odd) {
      background-color: #eeeeee; }
    #content section:nth-child(even) {
      background-color: #f5f5f5; }
    #content section:last-child {
      border-radius: 0 0 1rem 1rem; }
      @media only screen and (max-width: 576px) {
        #content section:last-child {
          border-radius: 0; } }
    #content section p {
      max-width: 76rem;
      margin: 0 auto 3rem;
      color: #1c2021; }
      #content section p:last-child {
        margin-bottom: 0; }
    #content section.center {
      text-align: center; }
    #content section.gallery {
      padding: 12rem 8rem; }
      @media only screen and (max-width: 768px) {
        #content section.gallery {
          padding: 6rem 3rem; } }
      #content section.gallery .gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        margin-top: 0; }
        #content section.gallery .gallery figure.wp-block-gallery {
          gap: 3rem !important; }
        #content section.gallery .gallery .wp-block-image {
          flex-basis: 40%; }
          @media only screen and (max-width: 576px) {
            #content section.gallery .gallery .wp-block-image {
              flex-basis: 100%; } }
          #content section.gallery .gallery .wp-block-image img {
            border-radius: 0.5rem;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
            filter: brightness(0.9);
            transition: ease-in-out 0.3s; }
            #content section.gallery .gallery .wp-block-image img:hover {
              filter: brightness(1.1); }
        #content section.gallery .gallery.mobile .wp-block-image {
          flex-basis: 20%; }
        #content section.gallery .gallery .wp-element-caption {
          position: static !important;
          background: none !important;
          font-size: 1.4rem !important;
          line-height: 2rem !important;
          margin-top: 2rem;
          color: #1c2021 !important; }
    #content section.intro {
      padding: 10rem 10rem 12rem; }
      @media only screen and (max-width: 768px) {
        #content section.intro {
          padding: 5rem 4rem 6rem; } }
      #content section.intro.video-wrapper {
        padding: 0; }
        #content section.intro.video-wrapper .intro-text {
          padding: 6rem 8rem 12rem; }
          @media only screen and (max-width: 768px) {
            #content section.intro.video-wrapper .intro-text {
              padding: 4rem 3rem 6rem; } }
      #content section.intro .intro-text p:first-child {
        font-size: 2.4rem;
        line-height: 3.6rem; }
      #content section.intro .video {
        text-align: left; }
      #content section.intro .controlButton {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%); }
    #content section.logos {
      width: 100%;
      padding: 5rem 4rem; }
      @media only screen and (max-width: 768px) {
        #content section.logos {
          padding: 2rem 1rem; } }
      #content section.logos.video-wrapper {
        padding: 0; }
      #content section.logos ul {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin: 0; }
        #content section.logos ul li {
          width: 20%; }
          @media only screen and (max-width: 576px) {
            #content section.logos ul li {
              width: 30%; } }
          #content section.logos ul li img {
            width: 100%;
            height: 8rem; }
          @media only screen and (max-width: 576px) {
            #content section.logos ul li {
              height: auto !important; }
              #content section.logos ul li:nth-child(n+4) {
                display: none; } }
    #content section.outro {
      position: relative;
      padding: 0;
      height: 35vw; }
      @media only screen and (max-width: 768px) {
        #content section.outro {
          height: auto;
          padding-bottom: 8rem;
          overflow: hidden; } }
      #content section.outro img {
        position: absolute;
        margin: 0 auto;
        top: -10rem;
        left: -5rem;
        height: auto !important;
        width: 90%;
        pointer-events: none;
        z-index: 0;
        display: block; }
        @media only screen and (max-width: 768px) {
          #content section.outro img {
            position: static;
            transform: scale(2);
            top: 0; } }
      #content section.outro .comment {
        position: absolute;
        bottom: 6rem;
        right: 8rem;
        padding: 5rem;
        z-index: 10;
        background: rgba(255, 255, 255, 0.6);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        border-radius: 0 2rem 2rem 2rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
        max-width: 50%; }
        @media only screen and (max-width: 768px) {
          #content section.outro .comment {
            max-width: none;
            bottom: 2rem;
            left: 2rem;
            right: 2rem;
            border-radius: 2rem;
            padding: 3rem; } }
        #content section.outro .comment p {
          color: #354246;
          font-weight: normal;
          text-align: left;
          margin-bottom: 2rem; }
          @media only screen and (max-width: 768px) {
            #content section.outro .comment p {
              text-align: center; } }
          #content section.outro .comment p:last-child {
            margin-bottom: 0; }
      #content section.outro .team-member {
        margin: 0 0 0 auto;
        text-align: right;
        position: absolute;
        top: 8rem;
        right: 8rem;
        z-index: 11; }
        @media only screen and (max-width: 768px) {
          #content section.outro .team-member {
            position: static;
            text-align: center;
            padding: 6rem 4rem 14rem; } }
        #content section.outro .team-member h2 {
          margin-bottom: 1rem;
          font-size: 3rem; }
    #content section.list {
      padding: 2rem 3rem 4rem; }
      #content section.list ul {
        margin: 0; }
        #content section.list ul li {
          margin-bottom: 1rem;
          box-shadow: 0 0.5rem 1rem rgba(28, 32, 33, 0.2); }
          #content section.list ul li a {
            display: block;
            width: 100%;
            background: #294156;
            color: #1c2021;
            padding: 3rem;
            border-radius: 1rem;
            text-align: left;
            font-size: 2rem; }
        #content section.list ul img {
          width: 100%;
          max-width: 100rem;
          margin: 0 0 8rem 0;
          padding: 0;
          border-radius: 1rem; }
    #content section.testimonial svg {
      width: 5rem;
      margin: 0 0 3rem 0; }
    #content section.testimonial p.client {
      margin-bottom: 1rem;
      font-weight: bold; }
    #content section.testimonial p.small {
      color: #1c2021; }
  #content ul.all-articles {
    padding: 0; }
    @media only screen and (max-width: 576px) {
      #content ul.all-articles {
        padding: 0; } }
    #content ul.all-articles li {
      background: white;
      border-radius: 1rem;
      overflow: hidden;
      color: #1c2021;
      padding: 1rem; }
      @media only screen and (max-width: 768px) {
        #content ul.all-articles li {
          width: 100%; } }
      #content ul.all-articles li > div {
        padding: 0 0 3rem 0 !important; }
      #content ul.all-articles li p {
        color: #1c2021;
        padding: 0 2rem; }
      #content ul.all-articles li h2 {
        font-size: 3rem;
        padding: 0 2rem; }
      #content ul.all-articles li a {
        color: #1c2021; }
      #content ul.all-articles li .read-more-link {
        display: none !important; }
      #content ul.all-articles li figure.wp-block-post-featured-image img {
        border-radius: 0;
        margin: 0 0 3rem 0; }
  #content .pack-preview {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 4rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: rgba(28, 32, 33, 0.6); }
    #content .pack-preview img {
      border-radius: 0.5rem;
      width: calc(33.33% - 1rem); }
  #content .video {
    position: relative;
    width: 100%;
    z-index: 10;
    background: #354246;
    padding: 3rem; }
    @media only screen and (max-width: 576px) {
      #content .video {
        padding: 4rem 2rem 3rem; } }
    #content .video .video-placeholder {
      width: 100%;
      display: none; }
    #content .video video {
      display: block;
      height: auto;
      margin: auto;
      position: relative;
      width: 100%;
      border-radius: 1rem;
      margin-bottom: 2rem;
      background: rgba(0, 0, 0, 0.3); }
    #content .video button {
      margin: 0 auto; }

footer {
  width: 100%;
  max-width: 56%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-between;
  line-height: 4rem;
  margin: 2rem auto; }
  @media only screen and (max-width: 992px) {
    footer {
      max-width: calc(100% - 4rem); } }
  @media only screen and (max-width: 576px) {
    footer {
      background: white;
      margin: 0;
      width: 100%;
      padding: 5rem 2rem 13rem;
      max-width: none;
      display: block;
      color: #354246; }
      footer a {
        color: #354246; } }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
    @media only screen and (max-width: 576px) {
      footer a {
        color: #1c2021; } }
  @media only screen and (max-width: 576px) {
    footer #copyright {
      width: 100%;
      margin-bottom: 2rem; } }
  footer .social-media {
    height: 4rem; }
    @media only screen and (max-width: 576px) {
      footer .social-media {
        width: 100%;
        text-align: center; }
        footer .social-media ul {
          justify-content: center; } }
    footer .social-media ul {
      height: 4rem;
      display: flex; }
      footer .social-media ul li {
        width: 4rem;
        height: 4rem;
        margin-left: 1rem;
        padding: 0.5rem;
        border-radius: 0.5rem; }
        footer .social-media ul li svg .st0,
        footer .social-media ul li svg .st1 {
          fill: white; }
        @media only screen and (max-width: 576px) {
          footer .social-media ul li svg .st0,
          footer .social-media ul li svg .st1 {
            fill: #354246; } }

#wrapper.hero .sidebar {
  padding-top: calc(100vh); }

.sidebar {
  top: 0;
  width: 22%;
  padding: 3rem 0;
  position: absolute;
  bottom: 0;
  z-index: 20;
  padding-top: 1.5rem; }
  @media only screen and (max-width: 1280px) {
    .sidebar {
      display: none; } }
  .sidebar p {
    font-weight: normal; }
  .sidebar .links {
    color: white;
    padding-top: 1rem; }
    .sidebar .links a {
      color: white; }
  .sidebar .wrapper {
    position: sticky;
    top: 3rem; }
  .sidebar .control {
    transition: ease-in-out 0.3s 0.2s;
    margin-bottom: 1.5rem;
    padding: 0 3rem; }
    .sidebar .control.left svg {
      padding-left: 0;
      width: 2.5rem; }
    .sidebar .control.right {
      text-align: right; }
      .sidebar .control.right svg {
        padding-right: 0;
        width: 2.5rem; }
  .sidebar .content {
    padding: 0 3rem;
    transition: ease-in-out 0.3s; }
  .sidebar .xoxo,
  .sidebar .wp-block-latest-posts__list {
    margin: 0; }
  .sidebar .wp-block-latest-posts__list li,
  .sidebar article {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(28, 32, 33, 0.2);
    padding: 3rem;
    margin: 0 0 2rem 0;
    backdrop-filter: blur(1rem);
    font-size: 1.8rem;
    line-height: 2.6rem; }
  .sidebar .wp-block-latest-posts__post-title {
    font-size: 2.2rem;
    margin: 0 0 1rem 0;
    display: inline-block;
    font-weight: bold;
    line-height: 3rem;
    color: #354246;
    text-decoration: none; }
    .sidebar .wp-block-latest-posts__post-title:hover {
      text-decoration: underline; }
  .sidebar .wp-block-latest-posts__post-excerpt {
    color: #354246;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 0; }
  .sidebar a.read-more-link {
    margin: 2rem 0 0;
    color: #354246;
    padding: 0 2.5rem;
    border-radius: 0.5rem;
    width: auto;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: Gilroy, sans-serif;
    display: table;
    width: auto;
    border: none;
    line-height: 5rem;
    border: 2px solid #354246;
    line-height: calc(5rem - 4px); }
    .sidebar a.read-more-link:hover {
      text-decoration: underline; }
  .sidebar .button.link svg .st0 {
    fill: #1c2021; }
  .sidebar.latest-news {
    left: 0; }
    .sidebar.latest-news.closed .content, .sidebar.latest-news.closed .control {
      transform: translateX(calc(-100% + 5rem)); }
      .sidebar.latest-news.closed .content:hover, .sidebar.latest-news.closed .control:hover {
        transition: ease-in-out 0.1s;
        transform: translateX(calc(-100% + 6rem)); }
  .sidebar.site-settings {
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 1280px) {
      .sidebar.site-settings {
        display: none; } }
    .sidebar.site-settings .cookies.closed {
      height: 9rem;
      overflow: hidden; }
      .sidebar.site-settings .cookies.closed h3 {
        margin-bottom: 3rem; }
      .sidebar.site-settings .cookies.closed .checked {
        display: block; }
    .sidebar.site-settings .cookies .checked {
      position: absolute;
      top: 3rem;
      right: 3rem;
      height: 3rem;
      width: 3rem;
      padding: 0.5rem;
      display: none; }
      .sidebar.site-settings .cookies .checked svg {
        width: 100%; }
    .sidebar.site-settings.closed .content, .sidebar.site-settings.closed .control {
      transform: translateX(calc(100% - 5rem)); }
      .sidebar.site-settings.closed .content:hover, .sidebar.site-settings.closed .control:hover {
        transition: ease-in-out 0.1s;
        transform: translateX(calc(100% - 6rem)); }
    .sidebar.site-settings article {
      width: 100%;
      border-radius: 1rem;
      box-shadow: 0 0.5rem 1rem rgba(28, 32, 33, 0.2);
      padding: 3rem;
      margin: 0 0 2rem 0;
      backdrop-filter: blur(3rem); }
      .sidebar.site-settings article h3, .sidebar.site-settings article p {
        color: #354246; }
      .sidebar.site-settings article.accessibility ul {
        display: flex;
        gap: 1rem;
        margin: 0; }
        .sidebar.site-settings article.accessibility ul li {
          width: 33%; }
          .sidebar.site-settings article.accessibility ul li button {
            width: 100%;
            border-radius: 0.3rem;
            line-height: 40px;
            padding: 0;
            text-align: center;
            display: block; }
            .sidebar.site-settings article.accessibility ul li button.selected {
              background: #354246;
              color: white; }
            .sidebar.site-settings article.accessibility ul li button.small {
              font-size: 12px; }
            .sidebar.site-settings article.accessibility ul li button.medium {
              font-size: 14px; }
            .sidebar.site-settings article.accessibility ul li button.large {
              font-size: 16px; }
            .sidebar.site-settings article.accessibility ul li button.x-large {
              font-size: 18px; }
      .sidebar.site-settings article.background-orange {
        background: #ec632b;
        background: linear-gradient(90deg, rgba(236, 99, 43, 0.85) 0%, rgba(236, 99, 43, 0.85) 100%); }
        .sidebar.site-settings article.background-orange h3, .sidebar.site-settings article.background-orange p {
          color: white; }
        .sidebar.site-settings article.background-orange a {
          color: white; }
      .sidebar.site-settings article.background-emerald {
        background: #62B993;
        backdrop-filter: none; }
        .sidebar.site-settings article.background-emerald h3, .sidebar.site-settings article.background-emerald p {
          color: white; }

.chat textarea {
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  background: rgba(53, 66, 70, 0.1);
  height: 30rem;
  width: 100%;
  text-align: top;
  padding: 2rem;
  color: #354246;
  font-size: 2rem;
  text-align: start;
  resize: none;
  margin-top: 0.5rem; }
  .chat textarea::placeholder {
    color: #273746; }

@keyframes rotate-clock {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-counter {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #354246; }
  .modal-wrapper.hidden {
    display: none; }
  .modal-wrapper.drawer {
    left: auto;
    width: 60rem; }
  .modal-wrapper iframe {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 576px) {
      .modal-wrapper iframe {
        border-radius: 0;
        height: calc(100% - 8rem); } }
  .modal-wrapper .modal-bg {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(53, 66, 70, 0.7); }
  .modal-wrapper .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
    z-index: 2;
    padding: 0;
    width: 2rem;
    height: 2rem;
    z-index: 1000; }
    .modal-wrapper .close .st0 {
      fill: white; }
    @media only screen and (max-width: 576px) {
      .modal-wrapper .close .st0 {
        fill: #1c2021; } }
  .modal-wrapper .modal {
    max-width: 500px;
    height: 750px;
    width: 100%;
    background: white;
    padding: 0;
    box-shadow: 0 0.5rem 1rem rgba(28, 32, 33, 0.2);
    border-radius: 1rem;
    text-align: left;
    font-weight: 500;
    z-index: 1;
    border-radius: 2rem; }
    @media only screen and (max-width: 576px) {
      .modal-wrapper .modal {
        width: 100%;
        height: 100%;
        border-radius: 0; } }
    .modal-wrapper .modal .loading {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 8rem;
      transform: translate(-50%, -50%); }
      .modal-wrapper .modal .loading svg {
        width: 100%;
        height: auto; }
  .modal-wrapper form {
    background: #e7edf3;
    padding: 4rem 2rem 2rem 2rem;
    border-radius: 1rem;
    display: block;
    margin: 0 0 2rem 0; }
  .modal-wrapper .col-1 {
    width: 100%; }
  .modal-wrapper .col-2 {
    display: flex;
    gap: 2rem;
    width: 100%; }
    .modal-wrapper .col-2 > div {
      width: 50%; }
  .modal-wrapper .submit {
    margin: 1rem 0 2rem 0; }
  .modal-wrapper h2 {
    text-align: center; }
  .modal-wrapper p {
    font-weight: 500; }
    .modal-wrapper p a {
      color: #5393FF; }
  .modal-wrapper input {
    border: 1px solid #BECDD9;
    border-radius: 0.5rem; }
    .modal-wrapper input[type=submit] {
      border: none; }

article.post {
  background: white;
  padding: 8rem 12rem 12rem;
  color: #354246;
  border-radius: 0 0 1rem 1rem; }

@-webkit-keyframes pulse {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0.5; } }

.calendly-close-overlay {
  background: rgba(53, 66, 70, 0.7); }
