@font-face {
  font-family: Sunny Spells;
  src: url('../fonts/Sunny-Spells.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #1d4c9b;
  --darkblue: #12346e;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  width: 85%;
  margin-top: 226px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 80px;
}

.section.cc-cta {
  background-color: #f4f4f400;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.cc-home-wrap {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  width: auto;
  margin-top: -127px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.about {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  background-color: #0000;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container.vision {
  width: 85%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #1a1b1f00;
  background-image: url('../images/button-bg2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 156px;
  margin-left: 10px;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.primary-button.cc-contact-us._1 {
  width: 145px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: block;
  position: relative;
}

.navigation {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: block;
}

.navigation-item {
  opacity: 1;
  color: #1d4c9b;
  letter-spacing: 0;
  -webkit-text-stroke-color: #1d4c9b;
  text-transform: capitalize;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #1d4c9b;
  font-weight: 700;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item:focus {
  letter-spacing: -.5px;
  font-weight: 700;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1d4c9b;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.home {
  display: block;
}

.navigation-item.home.w--current {
  color: var(--blue);
  font-weight: 700;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: -143px;
  margin-bottom: 0;
  display: block;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 0;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.section-heading-wrap.left {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 83px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.div-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section-2 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
}

.learn-link {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading-right {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 20px 60px;
  position: relative;
}

.hero-heading-right._1 {
  background-color: #dde3e1;
  padding-top: 60px;
}

.container-2 {
  width: 90%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.container-2.home {
  width: 80%;
}

.hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.hero-wrapper.learning {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: block;
}

.hero-split.center {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.margin-bottom-24px.cedntre {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.margin-bottom-24px._1 {
  font-size: 14px;
  line-height: 20px;
}

.margin-bottom-24px._1.white {
  color: #fff;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(77deg, #1d4c9b, #3d8b83);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 5px;
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 70px;
}

.heading.centre {
  text-align: center;
}

.heading.centre.main {
  font-size: 90px;
  line-height: 100px;
}

.heading.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.text-block {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block.centre {
  text-align: center;
  margin-top: 0;
}

.text-block.paragraph-l {
  width: 75%;
  max-width: 751.945px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-block-2.home {
  font-size: 20px;
}

.section-3 {
  background-image: url('../images/About-bg2x.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 80px;
}

.div-block-2 {
  background-color: #b9c7c3;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 95%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3 {
  background-color: #648b8c;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 20px;
}

.cell {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.column {
  padding-right: 0;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-4 {
  margin-top: 5px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.text-block-4 {
  color: #1d4c9b;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.link-block {
  color: #1d4c9b;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.link-block:hover {
  font-weight: 700;
}

.link-block:focus, .link-block.w--current {
  font-weight: 800;
}

.link-block.about, .link-block.about.w--current {
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-5 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.div-block-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-video {
  justify-content: flex-start;
  align-items: flex-end;
  height: 90vh;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heading-2 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 70px;
}

.heading-2.gallery {
  background-image: linear-gradient(101deg, #3d8b83, #1d4c9b);
}

.div-block-6 {
  background-color: #0000;
  background-image: linear-gradient(#0000, #000);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 24%;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  font-size: 8px;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.activity-pic {
  width: auto;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-7._2 {
  justify-content: flex-end;
  align-items: center;
}

.section-5 {
  background-image: linear-gradient(#dce3e1, #fff0 94%);
  padding-top: 80px;
  padding-bottom: 100px;
}

.div-block-8 {
  margin-left: auto;
  margin-right: auto;
}

.testi-wrap-div {
  width: 85%;
  max-width: 946.898px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-10 {
  flex: 0 auto;
  justify-content: space-between;
  margin-top: -47px;
  display: flex;
}

.image {
  width: 60%;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 60%;
}

.section-6 {
  padding-top: 0;
  display: flex;
}

.image-3 {
  width: 85%;
}

.image-3._2 {
  width: 55%;
}

.div-block-12 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  width: 85%;
}

.image-4._2 {
  width: 55%;
}

.section-7 {
  background-color: #dce3e1;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.grid-3-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.grid-3-copy._1 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-columns: .5fr .5fr;
  width: 85%;
}

.icon, .icon-2 {
  margin-top: 0;
}

.left-arrow-2 {
  z-index: 20;
  padding-top: 10px;
  padding-bottom: 0;
  inset: 0% 8% auto auto;
}

.right-arrow-2 {
  z-index: 20;
  padding-top: 10px;
  inset: 0% 0% auto auto;
}

.slider-2 {
  background-color: #fff;
  height: auto;
  padding-top: 67px;
  display: block;
}

.image-5, .image-6 {
  width: 65%;
}

.heading-3 {
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 70px;
}

.image-7 {
  border-radius: 20px;
  margin-bottom: 0;
}

.image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19 {
  border-radius: 10px;
}

.section-8 {
  background-color: #dde3e1;
  margin-top: 60px;
  margin-bottom: 60px;
}

.quick-stack-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.grid-4 {
  grid-row-gap: 30px;
}

.image-20, .events-pic {
  flex: 0 auto;
  overflow: visible;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  letter-spacing: 1px;
  background-color: #ddd0;
  margin-right: 30px;
  padding: 0 0 4px;
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.tab-link-tab-1.w--current {
  color: #6270a9;
  letter-spacing: 1px;
  background-color: #c8c8c800;
  border-bottom: 1px solid #6270a9;
  margin-right: 30px;
  padding: 0 0 4px;
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.section-9 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-6 {
  color: #6270a9;
}

.tab-link-tab-2 {
  color: #a588be;
  letter-spacing: 1px;
  background-color: #ddd0;
  margin-left: 30px;
  margin-right: 0;
  padding: 0 0 4px;
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.tab-link-tab-2:hover {
  color: #a588be;
}

.tab-link-tab-2.w--current {
  background-color: #ddd0;
  border-bottom: 1px solid #a588be;
}

.tab-link-tab-3 {
  color: #55bfc6;
  letter-spacing: 1px;
  background-color: #ddd0;
  margin-right: 40px;
  padding: 0 0 4px;
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.tab-link-tab-3:hover {
  color: #55bfc6;
}

.tab-link-tab-3.w--current {
  background-color: #ddd0;
  border-bottom: 1px solid #55bfc6;
}

.tab-link-tab-4 {
  color: #6270a9;
  letter-spacing: 1px;
  background-color: #ddd0;
  padding: 0 0 4px;
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.tab-link-tab-4:hover {
  color: #6270a9;
}

.tab-link-tab-4.w--current {
  background-color: #ddd0;
  border-bottom: 1px solid #6270a9;
  line-height: 34px;
}

.tabs-content {
  margin-top: 40px;
}

.tab-pane-tab-1 {
  background-color: #6270a9;
  padding-top: 40px;
  padding-bottom: 60px;
}

.tab-pane-tab-1._2 {
  padding-top: 0;
}

.section-10 {
  height: 600px;
}

.container-3 {
  background-image: url('../images/events-bg2x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 90%;
  max-width: 1100px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  font-weight: 400;
}

.div-block-14 {
  width: 88%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap {
  margin-top: 40px;
}

.div-block-15 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  max-width: 400px;
  display: flex;
}

.image-21 {
  border-radius: 10px;
  margin-right: 0;
}

.tabs-content-2 {
  margin-right: 15px;
}

.tab-link-tab-1-2 {
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0;
}

.tab-link-tab-1-2.w--current {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.image-22 {
  border-radius: 4px;
  width: auto;
}

.tab-link-tab-2-2, .tab-link-tab-3-2 {
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0;
}

.tab-link-tab-4-2 {
  border-radius: 4px;
  padding: 0;
}

.utility-text-align-center {
  text-align: center;
}

.utility-text-align-center.utility-margin-bottom-8rem {
  margin-bottom: 4rem;
}

.utility-margin-bottom-8rem {
  margin-bottom: 8rem;
}

.paragraph-l {
  margin-bottom: 1rem;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-xs._2 {
  margin-top: 20px;
}

.grid-layout.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.utility-aspect-1x1 {
  aspect-ratio: auto;
  text-overflow: clip;
  cursor: pointer;
  object-fit: cover;
  display: flex;
  position: relative;
}

.utility-image-cover {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.tab-pane-tab-2 {
  background-color: #a588be;
  padding-top: 40px;
  padding-bottom: 60px;
}

.tab-pane-tab-3 {
  background-color: #55bfc6;
  padding-top: 40px;
  padding-bottom: 60px;
}

.tab-pane-tab-4 {
  background-color: #6270a9;
  padding-bottom: 0;
}

.image-23 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.slider-3 {
  background-color: #ddd0;
  max-width: 990px;
  height: auto;
  padding-right: 60px;
}

.slide-nav-2 {
  font-size: 9px;
  line-height: 9px;
  top: 535px;
}

.slide {
  padding-left: 60px;
}

.left-arrow-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  inset: 0% auto 0% 0%;
}

.right-arrow-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  inset: 0% 0% 0% auto;
}

.image-24 {
  border-radius: 10px;
}

.image-25, .image-26 {
  margin-top: 237.172px;
  margin-bottom: 237.18px;
}

.image-27 {
  border-radius: 10px;
}

.slide-2 {
  padding-left: 60px;
}

.slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
}

.div-block-16 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.masonry-layout {
  column-count: 2;
  column-gap: 2rem;
}

.masonry-layout.desktop-3-column {
  column-count: 3;
}

.masonry-layout.desktop-3-column.mobile-landscape-1-column {
  margin-top: 20px;
}

.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.utility-display-inline-block {
  display: inline-block;
}

.utility-width-100 {
  width: 100%;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.pricing-4-tabs-menu.utility-margin-bottom-2rem {
  justify-content: flex-start;
  position: relative;
}

.utility-aspect-2x3 {
  aspect-ratio: 2 / 3;
  position: relative;
}

.utility-aspect-3x2 {
  aspect-ratio: 3 / 2;
}

.div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24, .div-block-25 {
  margin-bottom: 20px;
}

.image-28 {
  border-radius: 10px;
  width: 100em;
  height: 100%;
  overflow: clip;
}

.image-28:hover {
  mix-blend-mode: luminosity;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slide-9 {
  padding-left: 60px;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.lightbox-link:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.video-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #dce3e1;
}

.text-testi {
  display: none;
}

.background-video-2 {
  width: 30vw;
  height: 60vh;
}

.div-block-26 {
  width: 30%;
  height: auto;
}

.div-block-139 {
  margin-top: 20px;
  display: flex;
}

.div-block-139._1 {
  margin-top: 0;
}

.text-field-4 {
  color: #12346e;
  background-color: #ebebeb;
  border: 0 #000;
  border-radius: 3px;
}

.link-block-6 {
  margin-left: 20px;
  text-decoration: none;
}

.link-block-6._2 {
  margin-left: 5px;
}

.div-block-137 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.image-30 {
  width: 1.8vw;
}

.div-block-141 {
  background-color: #cbd6d3;
  border-radius: 8px;
  padding: 20px;
}

.text-block-24 {
  color: #db6868;
  font-size: 18px;
}

.text-wrap-contact {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 135px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-140 {
  flex: 1;
  margin-left: 0;
  margin-right: 20px;
}

.div-block-140.n {
  margin-right: 0;
}

.div-block-166 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-31 {
  width: 1.6vw;
}

.error-message {
  background-color: #0000;
}

.div-block-128 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.address-text {
  color: var(--darkblue);
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-block-23 {
  color: #fff;
  text-align: left;
  font-size: 18px;
}

.div-block-138 {
  flex: 1;
}

.div-block-138.m {
  margin-right: 20px;
}

.image-32 {
  width: 1.5vw;
  max-width: none;
  overflow: clip;
}

.submit-button {
  background-color: #3c3c3c00;
  background-image: url('../images/button-bg2x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-top: 20px;
  padding: 15px 45px;
}

.ph-div {
  margin-left: 20px;
}

.text-block-22 {
  color: var(--darkblue);
  width: auto;
  font-size: 16px;
}

.success-message {
  background-color: #0000;
  margin-top: 40px;
  padding-left: 0;
}

.heading-12 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.field-label {
  opacity: .6;
  color: #93a8a3;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.div-block-135 {
  width: auto;
}

.text-field-5 {
  color: #12346e;
  background-color: #ebebeb;
  border: 0 #000;
  border-radius: 3px;
}

.text-field-5::placeholder {
  color: #fff;
}

.div-block-142 {
  flex-direction: column;
  margin-top: 20px;
  display: block;
}

.paragraph-2 {
  width: 60%;
  font-size: 20px;
  line-height: 24px;
}

.email-div {
  margin-left: 20px;
  text-decoration: none;
}

.field-label-4 {
  opacity: .6;
  color: #93a8a3;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.form {
  margin-top: 10px;
  display: block;
}

.grid-12 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  width: 80%;
}

.heading-11 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.form-block {
  margin-bottom: 0;
  display: none;
}

.div-block-127 {
  flex: 1;
  display: block;
}

.div-block-127.m {
  margin-right: 20px;
}

.div-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
  overflow: clip;
}

.div-wrap._3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.tab-gallery {
  background-color: #6270a9;
  padding-top: 40px;
  padding-bottom: 60px;
}

.tab-gallery._2 {
  background-color: #6270a900;
  padding-top: 0;
}

.body-2 {
  background-color: #dce3e1;
}

.desk-map {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 40px;
  display: flex;
}

.html-embed-2 {
  position: relative;
  top: 7px;
  overflow: hidden;
}

.mob-map, .s-mob-map {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 40px;
  display: none;
}

.youtube {
  color: #1a1b1f00;
  background-color: #6270a9;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 10px;
  height: auto;
  overflow: clip;
}

.container-4 {
  background-color: #6270a9;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: clip;
}

.video {
  border-radius: 8px;
  overflow: clip;
}

.video._1 {
  font-family: Open Sans, sans-serif;
}

.fb-link, .insta-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  padding-bottom: 0;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-two, .video-three {
  border-radius: 8px;
  overflow: clip;
}

.tab-galleryvideo {
  background-color: #a588be00;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-galleryvideo._1 {
  padding-top: 0;
}

.video-grid--one {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.graduation {
  color: #a588be;
  letter-spacing: 1px;
  background-color: #ddd0;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0 0 4px;
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.graduation:hover {
  color: #a588be;
}

.graduation.w--current {
  background-color: #ddd0;
  border-bottom: 1px solid #a588be;
}

.academic {
  color: #55bfc6;
  letter-spacing: 1px;
  background-color: #ddd0;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0 0 4px;
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.academic:hover {
  color: #55bfc6;
}

.academic.w--current {
  background-color: #ddd0;
  border-bottom: 1px solid #55bfc6;
}

.annual {
  color: #6270a9;
  letter-spacing: 1px;
  background-color: #ddd0;
  margin-left: 30px;
  padding: 0 0 4px;
  font-family: Sunny Spells, Georgia, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.annual:hover {
  color: #6270a9;
}

.annual.w--current {
  background-color: #ddd0;
  border-bottom: 1px solid #6270a9;
  line-height: 34px;
}

.metors-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 0;
}

.metors-1._2 {
  grid-template-rows: auto auto;
}

.background-video-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.section-11 {
  position: fixed;
  inset: 0%;
}

.div-block-167 {
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.explore-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.explore-button:hover {
  color: #fff;
  background-color: #32343a;
}

.explore-button:active {
  background-color: #43464d;
}

.explore-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.explore-button.cc-contact-us {
  z-index: 5;
  background-color: #1a1b1f00;
  background-image: url('../images/button-bg2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 156px;
  margin-left: 10px;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.explore-button.cc-contact-us._1 {
  width: 175px;
  margin-left: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.explore-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.explore-button.cc-white-button:hover {
  background-color: #fffc;
}

.explore-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.play-state {
  display: none;
}

.image-33 {
  padding-right: 0;
}

.div-block-168 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.grid-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.mob-counter, .mob-bg {
  display: none;
}

.desk-warp {
  flex: 0 auto;
  justify-content: space-between;
  margin-top: -47px;
  display: flex;
}

.mob-wrap {
  flex: 0 auto;
  justify-content: space-between;
  margin-top: -47px;
  display: none;
}

.d2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slider-4, .grid-14 {
  display: none;
}

.mob-bg-video {
  justify-content: flex-start;
  align-items: flex-end;
  height: 90vh;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

.mob-slider-2 {
  background-color: #fff;
  height: auto;
  padding-top: 67px;
  display: none;
}

.slide-nav-4--mob {
  display: block;
}

.slide-nav-5, .slider-5 {
  display: none;
}

.mob-img1, .events-pic--mob {
  flex: 0 auto;
  display: none;
  overflow: visible;
}

.mob-pic2 {
  border-radius: 10px;
  width: 100em;
  height: 100%;
  display: none;
  overflow: clip;
}

.mob-pic2:hover {
  mix-blend-mode: luminosity;
}

.desk-pic2 {
  border-radius: 10px;
  width: 100em;
  height: 100%;
  overflow: clip;
}

.desk-pic2:hover {
  mix-blend-mode: luminosity;
}

.video-slider {
  display: none;
}

.mob-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.mob-grid._1 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-columns: .5fr .5fr;
  width: 85%;
  display: none;
}

.mob-form-div {
  display: none;
}

.contact-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.contact-button:hover {
  color: #fff;
  background-color: #32343a;
}

.contact-button:active {
  background-color: #43464d;
}

.contact-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.contact-button.cc-contact-us {
  z-index: 5;
  background-color: #1a1b1f00;
  background-image: url('../images/button-bg2x.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 156px;
  margin-left: 10px;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.contact-button.cc-contact-us._1 {
  width: 145px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.contact-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.contact-button.cc-white-button:hover {
  background-color: #fffc;
}

.contact-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.mob-button {
  display: none;
}

@media screen and (min-width: 1440px) {
  .container {
    width: 100%;
    max-width: none;
  }

  .container.vision {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .intro-header.cc-subpage {
    margin-top: -168px;
  }

  .hero-heading-right._1 {
    padding-top: 100px;
  }

  .container-2.home {
    width: 80%;
  }

  .hero-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .margin-bottom-24px.cedntre {
    width: 75%;
  }

  .heading-2 {
    font-size: 80px;
  }

  .grid-2 {
    width: 80%;
  }

  .section-5 {
    padding-bottom: 80px;
  }

  .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-3-copy._1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-8 {
    background-color: #dde3e1;
    background-image: none;
  }

  .container-3 {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .div-block-15 {
    width: 65%;
  }

  .slider-3 {
    justify-content: center;
    align-items: center;
    max-width: 1180px;
    display: block;
  }

  .slide-nav-2 {
    top: 647px;
  }

  .slide {
    padding-left: 60px;
  }

  .div-block-16 {
    padding-top: 60px;
  }

  .video-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-26 {
    height: auto;
  }

  .image-30, .image-31 {
    width: 1.7vw;
  }

  .youtube {
    background-color: #6270a9;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    overflow: clip;
  }

  .container-4 {
    max-width: 1000px;
  }

  .video-grid--one {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-13 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .mob-grid._1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    padding-right: 0;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.home {
    margin-bottom: 10px;
  }

  .menu-button {
    background-image: url('../images/menu-icon.svg');
    background-position: 50%;
    background-size: cover;
    padding: 0;
  }

  .menu-button:active {
    background-image: url('../images/close.svg');
    background-position: 50%;
    background-size: cover;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
    margin-top: -13px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-wrap.left {
    margin-top: -41px;
    margin-bottom: 20px;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper.learning {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading.centre.main {
    font-size: 60px;
  }

  .background-video {
    height: 70vh;
  }

  .heading-2 {
    font-size: 50px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3-copy._1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    width: 75%;
  }

  .slider-2 {
    margin-bottom: 60px;
    padding-top: 67px;
  }

  .tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .tab-link-tab-1.w--current {
    text-align: center;
    margin-right: 0;
  }

  .text-block-6 {
    text-align: center;
  }

  .container-3 {
    width: 80%;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-layout.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-26 {
    width: 100%;
  }

  .image-30, .image-31, .image-32 {
    width: auto;
  }

  .text-block-22 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .div-block-135 {
    width: 3vw;
  }

  .grid-12 {
    grid-column-gap: 20px;
    width: 95%;
  }

  .video-grid--one {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .graduation, .academic {
    margin-left: 0;
    margin-right: 0;
  }

  .annual {
    margin-left: 0;
  }

  .metors-1 {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-3 {
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 60px;
  }

  .explore-button {
    justify-content: center;
  }

  .explore-button.cc-contact-us {
    display: none;
  }

  .explore-button.cc-contact-us._1._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mob-bg-video {
    height: 70vh;
  }

  .mob-slider-2 {
    margin-bottom: 60px;
    padding-top: 67px;
  }

  .text-block-25, .text-block-26, .text-block-27 {
    text-align: center;
  }

  .div-block-175 {
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .right-arrow-6, .left-arrow-6 {
    display: none;
  }

  .slider-6 {
    border-radius: 8px;
    width: 60%;
    height: 100%;
    overflow: clip;
  }

  .video-slider {
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-177, .div-block-178 {
    width: 3vw;
  }

  .mob-grid._1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    width: 75%;
  }

  .contact-button {
    justify-content: center;
  }

  .contact-button.cc-contact-us {
    display: block;
  }

  .mob-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.about {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    text-align: center;
  }

  .container.vision {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 10px;
  }

  .navigation-items {
    padding-bottom: 20px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header.cc-subpage {
    margin-top: -120px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .section-heading-wrap.left {
    justify-content: center;
    align-items: center;
    margin-top: -47px;
    margin-bottom: 20px;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-heading-right {
    padding: 0 15px 74px;
  }

  .margin-bottom-24px._1 {
    text-align: center;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .heading.centre, .heading.centre.main {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block {
    text-align: center;
  }

  .text-block.paragraph-l {
    width: 85%;
  }

  .section-3 {
    margin-top: 40px;
  }

  .quick-stack {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    margin-bottom: 10px;
  }

  .column {
    padding-left: 0;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 10px;
  }

  .heading-2 {
    line-height: 55px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testi-wrap-div {
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image, .image-2 {
    width: auto;
  }

  .image-3 {
    width: 85%;
  }

  .image-3._2, .image-4._2 {
    width: auto;
  }

  .section-7 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .grid-3-copy._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .left-arrow-2, .right-arrow-2, .slider-2 {
    display: none;
  }

  .section-8 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tab-link-tab-1.w--current {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-14 {
    width: 95%;
  }

  .utility-margin-bottom-8rem {
    margin-bottom: 3rem;
  }

  .masonry-layout.desktop-3-column.mobile-landscape-1-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .masonry-layout.mobile-landscape-1-column {
    column-count: 1;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .div-block-19, .div-block-20 {
    margin-bottom: 0;
  }

  .image-28 {
    width: 100em;
  }

  .video-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: center;
    width: 0%;
    display: none;
  }

  .text-testi {
    display: none;
  }

  .div-block-26 {
    width: 100%;
  }

  .image-30 {
    width: 4.2vw;
  }

  .div-block-141 {
    padding-bottom: 20px;
  }

  .image-31, .image-32 {
    width: 4vw;
  }

  .paragraph-2 {
    width: 80%;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .desk-map {
    display: none;
  }

  .mob-map {
    display: block;
  }

  .s-mob-map {
    display: none;
  }

  .video._1 {
    width: auto;
    height: auto;
  }

  .fb-link {
    justify-content: center;
    align-items: center;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-galleryvideo._1 {
    padding-bottom: 20px;
  }

  .graduation, .academic, .annual {
    font-size: 24px;
    line-height: 24px;
  }

  .metors-1 {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .div-block-168 {
    width: 60%;
  }

  .grid-13 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .italic-text {
    font-size: 14px;
    line-height: 20px;
  }

  .desk-counter {
    display: block;
  }

  .mob-counter {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .m-c {
    border-radius: 8px;
    width: 55%;
  }

  .section-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .desk-bg {
    display: none;
  }

  .mob-bg {
    display: block;
  }

  .desk-warp {
    display: none;
  }

  .mob-wrap {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .d1 {
    width: 12%;
  }

  .d2 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 14%;
  }

  .slide-nav-3 {
    font-size: 8px;
    line-height: 10px;
  }

  .left-arrow-4 {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .right-arrow-4 {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    inset: auto 0% 0% auto;
  }

  .slider-4 {
    background-color: #ddd0;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 70%;
    height: 100%;
    display: flex;
  }

  .mask {
    background-color: #0000;
    padding-bottom: 74px;
  }

  .grid-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr;
    place-items: center;
    width: 80%;
  }

  .div-block-171 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .icon-3 {
    margin-bottom: 0;
  }

  .mob-slider-2 {
    display: block;
  }

  .div-block-173 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-4 {
    display: none;
    inset: auto 0% 0%;
  }

  .slide-nav-4._1 {
    display: none;
  }

  .slide-nav-4--mob {
    display: block;
    position: absolute;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .slide-nav-4--mob._1 {
    display: none;
  }

  .slider-5 {
    background-color: #ddd0;
    height: 60vh;
    margin-top: 87px;
    display: block;
  }

  .slide-nav-6 {
    font-size: 9px;
    line-height: 9px;
  }

  .right-arrow-5, .left-arrow-5 {
    display: none;
  }

  .mob-pic2 {
    width: 100em;
    height: auto;
    display: block;
  }

  .desk-pic2 {
    width: 100em;
    display: none;
  }

  .div-block-174 {
    height: 45vh;
  }

  .tabs-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow-6, .left-arrow-6 {
    display: none;
  }

  .slide-nav-7 {
    font-size: 8px;
    line-height: 8px;
  }

  .slider-6 {
    background-color: #ddd0;
  }

  .video-slider {
    display: flex;
  }

  .mask-6 {
    padding-bottom: 63px;
  }

  .div-block-177, .div-block-178 {
    width: 4vw;
  }

  .mob-grid._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-button.cc-contact-us {
    display: block;
  }

  .div-block-180, .mob-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-cta {
    width: 100%;
    padding: 0 10px;
  }

  .section.cc-store-home-wrap {
    margin-top: -98px;
  }

  .section.about {
    width: 95%;
  }

  .container.vision {
    width: auto;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
  }

  .navigation-wrap {
    width: 95%;
    padding: 8px 15px;
  }

  .navigation {
    padding: 10px 10px 0;
  }

  .navigation-item, .navigation-item.home {
    margin-bottom: 12px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header.cc-subpage {
    height: auto;
    margin-top: -92px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .hero-heading-right._1 {
    padding: 20px 0;
  }

  .container-2 {
    width: 85%;
    max-width: none;
    margin-top: 30px;
    padding-top: 0;
  }

  .container-2.home {
    width: 87%;
  }

  .hero-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    width: 100%;
  }

  .hero-wrapper.learning {
    width: auto;
  }

  .hero-split {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split.white {
    margin-bottom: 0;
  }

  .hero-split._1 {
    width: auto;
  }

  .margin-bottom-24px {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px.cedntre {
    width: 95%;
  }

  .heading {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
  }

  .heading.centre {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 45px;
  }

  .heading.centre.main {
    font-size: 45px;
    line-height: 45px;
  }

  .text-block {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block.centre {
    font-size: 12px;
  }

  .text-block.paragraph-l {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .text-block.paragraph-l.new {
    width: 95%;
  }

  .div-block-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-5 {
    font-size: 11px;
    line-height: 16px;
  }

  .div-block-5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .background-video {
    display: none;
  }

  .heading-2 {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-6 {
    background-image: linear-gradient(#0000, #000000a8 63%, #000);
    justify-content: center;
    align-items: flex-end;
    height: 40%;
    line-height: 20px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 98%;
  }

  .section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testi-wrap-div {
    width: auto;
    margin-top: 20px;
  }

  .grid-3-copy._1 {
    width: 85%;
  }

  .grid-4 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .image-20, .events-pic {
    display: none;
  }

  .tabs-menu {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .tab-link-tab-1 {
    margin-right: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .section-9 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tab-link-tab-2.w--current {
    margin-left: 0;
  }

  .tab-pane-tab-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    width: 95%;
    padding-bottom: 0;
  }

  .grid-5 {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-xs._2 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-template-rows: auto auto auto auto auto;
  }

  .grid-layout.desktop-5-column.tablet-2-column {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .utility-aspect-1x1 {
    margin-top: 0;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-3 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .slide-nav-2 {
    inset: auto 0% 0%;
  }

  .slide {
    padding-left: 0;
  }

  .left-arrow-3 {
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
  }

  .right-arrow-3 {
    justify-content: flex-end;
    align-items: flex-end;
    display: none;
  }

  .image-25, .image-26 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
    padding-left: 0;
  }

  .div-block-16 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .masonry-layout.desktop-3-column.mobile-landscape-1-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .utility-aspect-2x3.one {
    margin-bottom: 20px;
  }

  .mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .div-block-17, .div-block-18 {
    margin-bottom: 0;
  }

  .div-block-20 {
    margin-top: -10px;
  }

  .div-block-20.one {
    margin-top: -28px;
  }

  .div-block-21, .div-block-22, .div-block-23 {
    margin-bottom: 0;
  }

  .div-block-23._1 {
    margin-bottom: 10px;
  }

  .div-block-24, .div-block-25 {
    margin-bottom: 0;
  }

  .slide-9 {
    padding-left: 0;
  }

  .div-block-139 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-137 {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .image-30 {
    width: auto;
  }

  .div-block-141 {
    width: 107.43%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-wrap-contact {
    margin-top: 125px;
  }

  .div-block-140 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-31 {
    width: auto;
  }

  .address-text {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  .image-32 {
    width: 6vw;
  }

  .ph-div {
    margin-left: 10px;
    display: block;
  }

  .text-block-22 {
    padding-right: 0;
    font-size: 14px;
  }

  .text-block-22._1 {
    margin-left: -5px;
  }

  .text-block-22._2 {
    width: auto;
  }

  .heading-12 {
    text-align: left;
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-135 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .paragraph-2 {
    width: 90%;
    font-size: 16px;
    line-height: 20px;
  }

  .email-div, .div-block-136 {
    margin-left: 0;
  }

  .form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-12 {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 3.75fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mob-map {
    display: none;
  }

  .s-mob-map {
    display: block;
  }

  .video._1, .video._2, .video._3 {
    z-index: 100;
  }

  .annual.w--current {
    line-height: 24px;
  }

  .div-block-168 {
    width: 85%;
  }

  .desk-counter {
    display: none;
  }

  .mob-counter {
    background-color: #648a8c;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .m-c {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .mob-bg {
    height: auto;
  }

  .mob-wrap {
    margin-top: -77px;
  }

  .left-arrow-4 {
    inset: auto auto 0% 0%;
  }

  .right-arrow-4 {
    justify-content: flex-end;
    align-items: flex-end;
    inset: auto 0% 0% auto;
  }

  .slider-4 {
    width: 80%;
  }

  .mask {
    padding-bottom: 52px;
  }

  .div-block-169, .div-block-170 {
    width: 15%;
  }

  .grid-14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .div-block-171 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-172 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .image-34 {
    width: 20%;
  }

  .icon-4 {
    margin-bottom: 0;
  }

  .image-35, .image-36 {
    width: 70%;
  }

  .mob-bg-video {
    display: flex;
  }

  .italic-text-2, .italic-text-3 {
    font-size: 14px;
  }

  .image-37 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-173 {
    width: 85%;
  }

  .slider-5 {
    height: auto;
    padding-bottom: 58px;
  }

  .slide-nav-6 {
    font-size: 8px;
    line-height: 8px;
  }

  .mob-img1 {
    display: block;
  }

  .italic-text-4 {
    font-size: 16px;
  }

  .events-pic--mob {
    display: block;
  }

  .mask-2, .mask-3, .mask-4, .mask-5 {
    padding-bottom: 60px;
  }

  .div-block-174 {
    height: 25vh;
    margin-top: -13px;
  }

  .slider-6 {
    width: 90%;
  }

  .video-slider {
    width: auto;
  }

  .div-block-176 {
    margin-top: -12px;
  }

  .div-block-177, .div-block-178 {
    width: 6vw;
  }

  .mob-grid._1 {
    width: 85%;
  }

  .mob-form-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-179 {
    display: none;
  }
}

#w-node-f04b1ba5-af8f-525f-bfdf-a4b575b1d59e-eada0635 {
  place-self: center;
}

#w-node-_1a1359db-d5fe-f311-2ff0-097d525635dd-525635da {
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.25fr .5fr;
}

#w-node-_1a1359db-d5fe-f311-2ff0-097d525635e3-525635da, #w-node-_1a1359db-d5fe-f311-2ff0-097d525635e6-525635da, #w-node-_1a1359db-d5fe-f311-2ff0-097d525635e9-525635da, #w-node-_1a1359db-d5fe-f311-2ff0-097d525635ec-525635da, #w-node-_1a1359db-d5fe-f311-2ff0-097d525635ef-525635da {
  place-self: center;
}

#w-node-_1a1359db-d5fe-f311-2ff0-097d525635f5-525635da {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr .5fr;
}

#w-node-_77bbb921-900c-04a7-7832-d4d23d295b89-eada0638, #w-node-_76bbbee3-dd38-105d-bafe-e32e12ae565a-eada0638 {
  align-self: center;
}

#w-node-_9493d566-453b-1545-5299-255a502fb4c0-eada0638 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9493d566-453b-1545-5299-255a502fb4c2-eada0638 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9493d566-453b-1545-5299-255a502fb4c4-eada0638 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9493d566-453b-1545-5299-255a502fb4c6-eada0638 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-bacb023f-5c19-423b-d2fb-f871e03a7cd1-eada0638 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_9493d566-453b-1545-5299-255a502fb4c8-eada0638 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9493d566-453b-1545-5299-255a502fb4ca-eada0638 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bbd4d085-bc17-57e0-f045-ccf5f34a36ef-eada0638 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-eada0638 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-eada0638 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-eada0638 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-eada0638 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-eada0638 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-eada0638 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7b1eb2ad-6efc-a2fd-7da9-7a031167ecff-eada0638 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_8c05870c-20ac-aff2-b86b-bfefa008bd4d-eada0638 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d6ab2f02-d63a-e353-d0a7-01defb83f3f4-eada0638 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5e59991e-e850-c094-154e-6a4d5af3de38-eada063a, #w-node-_5e59991e-e850-c094-154e-6a4d5af3de3c-eada063a, #w-node-_5e59991e-e850-c094-154e-6a4d5af3de52-eada063a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cc02a53-f088-ab76-a785-64e74bac1614-a7f9087e, #w-node-_42769d05-7622-d386-b758-fb8804caf18b-a7f9087e, #w-node-f1db2e5e-9863-31e7-a9d9-9ef0d26bccf2-a7f9087e, #w-node-_1b30196e-0363-d087-cca6-809c87cec6f9-a7f9087e {
  place-self: center;
}

#w-node-_71d66c79-281a-3b8f-01a2-27ef440c8a3b-440c8a33.w-node-_8acb6472-33d0-cb64-2564-7881f755fbeb-ab2868af {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8acb6472-33d0-cb64-2564-7881f755fbf4-ab2868af {
  align-self: end;
}

#w-node-_71d66c79-281a-3b8f-01a2-27ef440c8a3b-440c8a33.w-node-_56e5c88c-8972-417f-a3b2-048114700ade-ab2868af {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_56e5c88c-8972-417f-a3b2-048114700ae7-ab2868af {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9493d566-453b-1545-5299-255a502fb4c4-eada0638 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9493d566-453b-1545-5299-255a502fb4c6-eada0638 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-bacb023f-5c19-423b-d2fb-f871e03a7cd1-eada0638 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9493d566-453b-1545-5299-255a502fb4c8-eada0638 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9493d566-453b-1545-5299-255a502fb4ca-eada0638 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bbd4d085-bc17-57e0-f045-ccf5f34a36ef-eada0638 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-eada0638 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-eada0638 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-eada0638 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-eada0638 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7b1eb2ad-6efc-a2fd-7da9-7a031167ecff-eada0638 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8c05870c-20ac-aff2-b86b-bfefa008bd4d-eada0638 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_71d66c79-281a-3b8f-01a2-27ef440c8a3b-440c8a33.w-node-_8acb6472-33d0-cb64-2564-7881f755fbeb-ab2868af, #w-node-_71d66c79-281a-3b8f-01a2-27ef440c8a3b-440c8a33.w-node-_56e5c88c-8972-417f-a3b2-048114700ade-ab2868af {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d377590c-fa37-372b-c5d4-ab0cc43da81a-eada0635, #w-node-_8eaf408c-ad65-2bb7-0884-ff2d8cdadaa6-525635da {
    justify-self: auto;
  }

  #w-node-_7213709b-7626-dbb8-124e-b0712a7630ac-525635da, #w-node-_7213709b-7626-dbb8-124e-b0712a7630af-525635da {
    justify-self: center;
  }

  #w-node-_7213709b-7626-dbb8-124e-b0712a7630b2-525635da {
    justify-self: end;
  }

  #w-node-_4849c6e4-9772-637c-d854-67be5034c614-525635da {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a1359db-d5fe-f311-2ff0-097d525635f5-525635da {
    display: none;
  }

  #w-node-_9493d566-453b-1545-5299-255a502fb4c2-eada0638 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9493d566-453b-1545-5299-255a502fb4c4-eada0638 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9493d566-453b-1545-5299-255a502fb4c6-eada0638 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-bacb023f-5c19-423b-d2fb-f871e03a7cd1-eada0638 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9493d566-453b-1545-5299-255a502fb4c8-eada0638 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9493d566-453b-1545-5299-255a502fb4ca-eada0638 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bbd4d085-bc17-57e0-f045-ccf5f34a36ef-eada0638 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-eada0638 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-eada0638 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-eada0638 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-eada0638 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-eada0638 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7b1eb2ad-6efc-a2fd-7da9-7a031167ecff-eada0638 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8acb6472-33d0-cb64-2564-7881f755fbfb-ab2868af {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_8acb6472-33d0-cb64-2564-7881f755fbff-ab2868af {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8acb6472-33d0-cb64-2564-7881f755fc02-ab2868af {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_8acb6472-33d0-cb64-2564-7881f755fc05-ab2868af {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_8acb6472-33d0-cb64-2564-7881f755fc08-ab2868af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8acb6472-33d0-cb64-2564-7881f755fc11-ab2868af {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8acb6472-33d0-cb64-2564-7881f755fc14-ab2868af {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_8acb6472-33d0-cb64-2564-7881f755fc17-ab2868af {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_8acb6472-33d0-cb64-2564-7881f755fc1d-ab2868af {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7213709b-7626-dbb8-124e-b0712a7630b2-525635da {
    justify-self: center;
  }

  #w-node-_4849c6e4-9772-637c-d854-67be5034c614-525635da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_573de9dd-4680-15aa-6ba3-1d83ad1d9353-ab2868af, #w-node-_573de9dd-4680-15aa-6ba3-1d83ad1d9356-ab2868af {
    place-self: center;
  }

  #w-node-_71d66c79-281a-3b8f-01a2-27ef440c8a3b-440c8a33.w-node-_8acb6472-33d0-cb64-2564-7881f755fbeb-ab2868af {
    grid-column: span 1 / span 1;
  }

  #w-node-_8acb6472-33d0-cb64-2564-7881f755fbff-ab2868af, #w-node-_8acb6472-33d0-cb64-2564-7881f755fc02-ab2868af, #w-node-_8acb6472-33d0-cb64-2564-7881f755fc11-ab2868af, #w-node-_8acb6472-33d0-cb64-2564-7881f755fc17-ab2868af, #w-node-_8acb6472-33d0-cb64-2564-7881f755fc1d-ab2868af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71d66c79-281a-3b8f-01a2-27ef440c8a3b-440c8a33.w-node-_56e5c88c-8972-417f-a3b2-048114700ade-ab2868af {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sunny Spells';
  src: url('../fonts/Sunny-Spells.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}