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

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

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

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

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

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

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

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

/*p {*/
    /*margin-bottom: 10px;*/
/*}*/

/*a {*/
    /*display: block;*/
    /*-webkit-transition: opacity 200ms ease;*/
    /*transition: opacity 200ms ease;*/
    /*color: #1a1b1f;*/
    /*text-decoration: underline;*/
/*}*/

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;*/
/*}*/

.wbfimage2 {
    display: block;
}

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

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

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

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

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

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

.section {
    margin-right: 30px;
    margin-left: 30px;
}

.section.cc-cta {
    padding-right: 80px;
    padding-left: 80px;
    background-color: #f4f4f4;
}

.styleguide-block {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

/*.container {*/
    /*width: 100%;*/
    /*max-width: 1140px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
/*}*/

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

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

.paragraph-bigger.cc-bigger-light {
    opacity: 0.6;
}

.paragraph-bigger.cc-bigger-white-light {
    opacity: 1;
    font-family: Lightfont25, sans-serif;
    font-size: 40px;
}

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

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

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

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

.button.cc-jumbo-button.cc-jumbo-white {
    border-radius: 20px;
    background-color: #e6bb00;
    color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
    background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
    background-color: #e1e1e1;
}

.button.cc-contact-us {
    position: relative;
    z-index: 5;
}

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

.button.cc-white-button:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
    background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

.label.cc-light {
    opacity: 0.6;
}

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

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

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

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

.paragraph-light {
    opacity: 0.6;
}

.heading-jumbo {
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0;
    font-family: Lightfont3, sans-serif;
    font-size: 64px;
    line-height: 80px;
    text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
    color: #fff;
}

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

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

.styleguide-header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 460px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a1b1f;
    color: #fff;
    text-align: center;
}

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

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

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

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

/*.menu {*/
    /*position: absolute;*/
    /*left: 0%;*/
    /*top: 0%;*/
    /*right: 0%;*/
    /*bottom: 0%;*/
    /*z-index: 0;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
/*}*/

.navigation-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #858585;
}

.navigation-item {
    padding-top: 9px;
    padding-bottom: 9px;
    opacity: 0.6;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navigation-item:hover {
    opacity: 0.9;
}

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

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

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

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

.logo-image {
    display: block;
}

.navigation-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

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

.webflow-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    text-decoration: none;
}

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

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

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

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

.cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 110px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.intro-header2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 620px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #f4f4f4;
    background-image: url('../images/Screen-Shot-2021-06-08-at-6.54.07-PM.png');
    background-size: cover;
    opacity: 1;
    color: #fff;
}

.intro-header2.cc-subpage {
    height: 480px;
    background-color: #000;
    background-image: none;
    color: #fff;
}

.intro-header2.secpmd {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 10px;
    background-image: url('../images/bkg2.jpg');
    opacity: 1;
}

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

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

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

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

.our-services-grid {
    margin-bottom: 120px;
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    -ms-grid-rows: auto 60px auto;
    grid-template-areas: ". . ."
    ". . .";
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

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

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

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

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

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

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

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

.contact-form-grid {
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-areas: ". .";
    -ms-grid-columns: 2.5fr 80px 1fr;
    grid-template-columns: 2.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

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

.get-in-touch-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

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

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

.text-field::-webkit-input-placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
    color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
    color: rgba(50, 52, 58, 0.4);
}

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

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

.contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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

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

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

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

.our-contacts {
    margin-bottom: 120px;
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    grid-template-areas: ". . .";
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
}

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

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

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

.team-members {
    margin-bottom: 60px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-rows: auto 30px auto;
    grid-template-areas: ". . ."
    ". . .";
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.projects-grid {
    margin-bottom: 60px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: "."
    "."
    ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: auto auto auto;
}

.project-name-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.project-details-grid {
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 80px 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.project-pics {
    margin-bottom: 120px;
}

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

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

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

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

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

.blog-item {
    display: block;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.protected-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.protected-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

._404-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a1b1f;
}

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

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

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

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

.about-grid {
    margin-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 80px 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

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

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

.collection-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

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

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

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

.collection-list-wrapper {
    margin-bottom: 120px;
}

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

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

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

.heading {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 11px;
    padding-bottom: 7px;
    background-image: linear-gradient(135deg, #ff1a1a, #668fff 39%, #f19809 86%, #e5fa02);
    font-family: Lightfont3, sans-serif;
    color: #313131;
    font-size: 80px;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading-2 {
    position: relative;
    max-width: 100.000077%;
    margin-bottom: 20px;
    font-family: Titlefont, sans-serif;
    color: #6d6d6d;
    font-size: 5vw;
    text-shadow: 4px 4px 0 rgba(0, 102, 255, 0.27), 1px 1px 0 #400cfc, -2px -2px 2px #fff;
}

.text-block {
    width: auto;
    margin-top: 20px;
    margin-right: 20px;
    font-family: Lightfont25, sans-serif;
    color: #838383;
    font-size: 24px;
    text-align: center;
}

.text-block-2 {
    width: auto;
    font-family: Lightfont25, sans-serif;
    font-size: 24px;
    text-align: center;
}

.columns {
    width: 802px;
}

.section-2 {
    padding-top: 0px;
    text-align: left;
}

.columns-2 {
    text-align: right;
    -o-object-fit: fill;
    object-fit: fill;
}

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.container-2 {
    max-width: 90%;
    margin-bottom: 60px;
}

.container-3 {
    max-width: 90%;
}

.container-3.stickyanim {
    margin-bottom: 0px;
}

.text-block-3 {
    display: inline-block;
    font-family: Lightfont3, sans-serif;
    color: #fc12d5;
    font-size: 30px;
    text-align: right;
}

.column-2 {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.column-2.clmn2 {
    padding-top: 34px;
}

.text-block-4 {
    font-family: Lightfont25, sans-serif;
    color: #585858;
    font-size: 24px;
}

.text-block-4.tb5 {
    padding-top: 0px;
}

.container-4 {
    max-width: 90%;
    padding-bottom: 60px;
}

.container-4.topcontainer {
    margin-top: 61px;
    padding-bottom: 20px;
}

.image {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: 35%;
    text-align: center;
}

.image.img111 {
    width: 30%;
}

.image.img111-copy {
    width: 20%;
    padding-top: 188px;
}

.image.img111-copy {
    width: 30%;
}

.image.imgarrow {
    width: 25%;
}

.image.imglut {
    width: 40%;
}

.column-3 {
    padding-top: 60px;
    text-align: center;
}

.column-3.clmn3 {
    padding-top: 30px;
}

.column-3.clmn3a {
    padding-top: 25px;
}

.column-3.ccd3 {
    padding-top: 100px;
}

.column-4 {
    padding-top: 5px;
    text-align: center;
}

.column-4.clmn4 {
    padding-top: 40px;
}

.column-4.clmn4.ccc {
    padding-top: 80px;
}

.text-block-5 {
    display: inline-block;
    padding-right: 11px;
    padding-left: 10px;
    border-style: solid;
    border-width: 0px;
    border-color: #8b8b8b;
    border-radius: 15px;
    background-color: rgba(0, 204, 255, 0.46);
    opacity: 0.53;
    font-family: Lightfont25, sans-serif;
    font-size: 24px;
}

.image-2 {
    display: inline-block;
    opacity: 1;
    text-align: right;
}

.column-5 {
    display: block;
    overflow: visible;
    opacity: 1;
    text-align: right;
}

.image-3 {
    position: absolute;
    display: inline-block;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
}

.column-6 {
    display: block;
    overflow: visible;
    opacity: 0;
}

.image-4 {
    display: inline-block;
    margin-right: 56px;
    padding-bottom: 16px;
    padding-left: 10px;
}

.column-7 {
    padding-left: 51px;
    text-align: left;
}

.image-5 {
    margin-bottom: 40px;
}

.container-5 {
    max-width: 100%;
}

.image-6 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    overflow: visible;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.image-7 {
    width: 100%;
    max-width: 190px;
    padding-top: 36px;
    padding-left: 11px;
    opacity: 1;
}

.image-8 {
    position: static;
    top: 50px;
}

.column-8-scroll-animation {
    height: 3000px;
}

.container-6 {
    max-width: 58%;
}

.div-block-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
    bottom: 10%;
}

.image-9 {
    position: absolute;
    top: 86px;
}

.image-9.img10fadein {
    top: 207px;
}

.image-9.img9fadein {
    top: 0px;
    display: block;
}

.image-10 {
    position: absolute;
    top: 86px;
}

.image-10.img10fadein {
    top: 0px;
    display: inline-block;
}

.image-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: 20%;
    text-align: center;
}

.image-copy.img111 {
    width: 30%;
}

.image-copy.img111-copy {
    width: 30%;
    padding-top: 240px;
}

.image-copy.img111-copy {
    width: 25%;
    padding-top: 0px;
}

.columns-3 {
    position: relative;
    background-image: url('../images/flow2.jpg');
    background-position: 0px 0px;
    background-size: 300px 4000px;
    background-repeat: no-repeat;
}

.div-block-2 {
    position: relative;
}

.image-11 {
    text-align: right;
}

.column-9 {
    display: block;
    text-align: right;
}

.image-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: 40%;
    text-align: center;
}

.image-copy.img111 {
    width: 30%;
}

.image-copy.img111-copy {
    width: 30%;
    padding-top: 240px;
}

.image-copy.img111-copy {
    width: 30%;
}

.image-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: 40%;
    text-align: center;
}

.image-copy.img111 {
    width: 30%;
}

.image-copy.img111-copy {
    width: 30%;
    padding-top: 240px;
}

.image-copy.img111-copy {
    width: 30%;
}

.columns-4 {
    height: 100.00014%;
}

.column-10 {
    padding-left: 19px;
}

.text-block-6 {
    font-family: Lightfont25, sans-serif;
    font-size: 24px;
}

.text-block-7 {
    display: block;
    padding-top: 0px;
    padding-left: 20px;
    font-family: Lightfont25, sans-serif;
    color: #a8a8a8;
    line-height: 18px;
}

.text-block-7.txt7 {
    display: inline-block;
    padding-top: 27px;
}

.section-3 {
    padding-top: 0px;
}

.div-block-3 {
    position: absolute;
    width: 160px;
    padding: 20px;
    border-radius: 20px;
    background-color: #77c3c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#77c3c0), color-stop(100%, #7844fa), to(#fff));
    background-image: linear-gradient(180deg, #77c3c0, #7844fa 100%, #fff);
    box-shadow: 1px 1px 20px -8px #000;
}

.text-block-8 {
    border: 1px none #000;
    border-radius: 11px;
    color: #1f1e1a;
}

.bold-text {
    font-family: Lightfont25, sans-serif;
    color: #fefeff;
    font-size: 24px;
}

.image-12 {
    padding-top: 60px;
}

.image-13 {
    text-align: center;
}

.text-block-9 {
    font-family: Lightfont3, sans-serif;
}

.text-block-10 {
    font-family: Lightfont3, sans-serif;
}

.image-copy-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: 20%;
    text-align: center;
}

.image-copy-copy.img111 {
    width: 30%;
}

.image-copy-copy.img111-copy {
    width: 30%;
    padding-top: 240px;
}

.image-copy-copy.img111-copy {
    width: 20%;
    padding-top: 0px;
}

.image-14 {
    position: relative;
    display: inline-block;
}

.column-11 {
    display: inline-block;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.bold-text-2 {
    font-family: Lightfont25, sans-serif;
    font-size: 40px;
}

.text-block-11 {
    display: block;
}

.column-copy {
    display: block;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.text-block-11-copy {
    display: block;
    padding-top: 42px;
    font-family: Lightfont25, sans-serif;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

.image-15 {
    padding-top: 20px;
}

.text-block-12 {
    color: #7a7a7a;
    font-size: 24px;
    text-align: left;
}

.text-block-13 {
    font-family: Lightfont25, sans-serif;
    color: grey;
    font-size: 20px;
    text-align: left;
}

.text-block-14 {
    padding-left: 20px;
    font-family: Lightfont25, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
}

.div-block-4 {
    display: inline-block;
}

.columns-5 {
    padding-left: 20px;
}

.column-12 {
    padding-left: 20px;
}

.column-13 {
    padding-top: 0px;
    padding-left: 20px;
}

.image-16 {
    display: inline-block;
    padding-left: 20px;
}

.image-17 {
    display: inline-block;
    padding-left: 11px;
}

.image-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: 35%;
    text-align: center;
}

.image-copy.img111 {
    width: 30%;
}

.image-copy.img111-copy {
    width: 20%;
    padding-top: 188px;
}

.image-copy.img111-copy {
    width: 30%;
}

.image-copy.img111-copy-copy {
    width: 20%;
    padding-top: 300px;
}

.bold-text-3 {
    font-family: Lightfont25, sans-serif;
    font-size: 20px;
}

.columns-6 {
    padding-top: 20px;
}

.text-block-15 {
    margin-bottom: 31px;
    font-family: Lightfont25, sans-serif;
    color: #b8b8b8;
    font-size: 24px;
}

.columns-7 {
    padding-left: 20px;
}

.image-19 {
    display: inline-block;
    width: 90%;
}

.column-16 {
    padding-top: 40px;
    padding-left: 20px;
}

.column-17 {
    padding-top: 40px;
    padding-left: 40px;
}

.columns-8 {
    padding-top: 40px;
    padding-left: 40px;
}

.column-19 {
    display: inline-block;
    padding-top: 110px;
    padding-left: 40px;
    text-align: center;
}

.column-20 {
    top: 40px;
    font-family: Lightfont25, sans-serif;
}

.image-20 {
    display: inline-block;
    width: 80%;
}

.image-21 {
    padding-top: 50px;
}

.column-22 {
    text-align: left;
}

.text-block-16 {
    font-family: Lightfont25, sans-serif;
    font-size: 24px;
    text-align: center;
}

.link {
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-block-17 {
    position: absolute;
    left: 159px;
    top: 46.5625px;
    padding-right: 9px;
    padding-left: 9px;
    border-radius: 14px;
    background-color: #fff;
    font-size: 12px;
}

.text-block-17.txt17 {
    left: 196px;
    top: -15.4375px;
}

.column-23 {
    bottom: 0px;
    display: block;
}

.column-24 {
    padding-left: 0px;
}

.column-24.paddedcolumn2 {
    display: inline-block;
    padding-left: 20px;
    text-align: center;
}

.image-22 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -30px;
    padding: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image-22.arrow2 {
    left: auto;
    top: 0%;
    right: -120px;
}

.paddedcolumn {
    padding-right: 10px;
}

.paddedcolumn.paddedcolumn1 {
    padding-right: 20px;
}

.div-block-5 {
    display: inline-block;
}

.image-23 {
    display: inline-block;
    width: 250px;
    margin-top: 0px;
    padding-bottom: 0px;
    float: right;
    opacity: 0.69;
}

.image-23.im23-2 {
    width: 250px;
    opacity: 0.7;
}

.image-23.im23-2.img23-3 {
    width: 220px;
}

.image-23.moveup87 {
    margin-top: -33px;
}

.image-24 {
    display: inline-block;
    width: 80%;
    padding-top: 32px;
    text-align: center;
}

.image-27 {
    position: absolute;
    left: -50%;
    right: auto;
    display: inline-block;
    width: 50%;
    margin-top: -35px;
    -webkit-transform: translate(50%, 0px);
    -ms-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
}

.columns-9 {
    padding-top: 100px;
}

.column-25 {
    padding-top: 5px;
}

.image-29 {
    display: inline-block;
    width: 80%;
}

.image-30 {
    width: 90%;
}

.image-31 {
    display: inline-block;
    text-align: center;
}

.column-31 {
    padding-left: 60px;
}

.image-32 {
    display: inline-block;
}

.column-32 {
    padding-top: 37px;
}

.image-33 {
    width: 55px;
    padding-top: 40px;
    opacity: 0.49;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

@media screen and (max-width: 991px) {
    .image-33 {
        margin-left: 0px;
    }

    .section.cc-cta {
        padding-right: 0px;
        padding-left: 0px;
    }

    .section.cc-store-home-wrap {
        padding-top: 16px;
    }

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

    .button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

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

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

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

    /*.menu-icon {*/
        /*display: block;*/
    /*}*/

    /*.menu {*/
        /*position: static;*/
        /*margin-left: 30px;*/
    /*}*/

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

    .navigation {
        padding: 25px 30px;
    }

    .navigation-item {
        padding: 15px 30px;
        -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
        transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
        text-align: center;
    }

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

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

    /*.menu-button {*/
        /*padding: 0px;*/
    /*}*/

    /*.menu-button.w--open {*/
        /*background-color: transparent;*/
    /*}*/

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

    .cta-text {
        width: auto;
    }

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

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

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

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

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

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

    .team-members {
        grid-template-areas: ". ."
        ". ."
        ". .";
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

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

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

    .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;
        grid-template-areas: "."
        ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 50px auto;
        grid-template-rows: auto auto;
        text-align: center;
    }

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

    .intro-text {
        width: auto;
    }

    .collection-wrap {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

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

    .heading-2 {
        font-size: 6vw;
    }

    .column {
        padding-top: 80px;
    }

    .column-2.clmn2 {
        padding-top: 0px;
    }

    .container-4 {
        padding-bottom: 40px;
    }

    .image {
        max-width: 100px;
    }

    .image.img111 {
        width: 50px;
    }

    .column-3 {
        padding-top: 20px;
    }

    .column-3.ccd3 {
        padding-top: 85px;
    }

    .column-4.clmn4 {
        padding-top: 18px;
    }

    .column-5.mobileempty {
        display: inline-block;
    }

    .div-block-sticky {
        width: auto;
        margin-left: 7px;
    }

    .image-copy {
        max-width: 100px;
    }

    .image-copy-copy.img111-copy {
        width: 40px;
    }

    .columns-5.mobilekilla {
        padding-top: 40px;
    }

    .column-12 {
        padding-top: 60px;
    }

    .column-13 {
        padding-top: 40px;
    }

    .image-copy.img111-copy-copy {
        width: 50px;
        padding-top: 37px;
    }

    .column-15 {
        text-align: center;
    }

    .image-19 {
        text-align: center;
    }

    .column-16 {
        padding-top: 60px;
    }

    .column-17 {
        padding-top: 60px;
        padding-left: 0px;
    }

    .columns-8 {
        padding-left: 0px;
    }

    .column-19 {
        display: inline-block;
    }

    .image-23 {
        width: 200px;
    }

    .image-24 {
        width: 100%;
    }

    .column-25 {
        padding-top: 7px;
    }

    .column-30 {
        padding-top: 57px;
    }

    .image-31 {
        display: inline-block;
        padding-right: 20px;
    }

    .column-32 {
        padding-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .w-col-small-2 {
        width: 16.66666667%;
        margin-left: calc( 50% - 30px );
    }
    .image-33 {
        width: 60px !important;
        display: block;
        text-align: right;
    }

    .section {
        margin-right: 15px;
        margin-left: 15px;
    }

    .section.cc-cta {
        padding: 15px;
    }

    .section.cc-home-wrap {
        margin-right: 15px;
        margin-left: 15px;
    }

    .section.cc-store-home-wrap {
        margin-right: 15px;
        margin-left: 15px;
    }

    .container {
        text-align: center;
    }

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

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

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

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

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

    .navigation {
        padding: 20px 30px;
    }

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

    .intro-content {
        width: 80%;
    }

    .our-services-grid {
        grid-row-gap: 60px;
        grid-template-areas: "."
        "."
        "."
        "."
        "."
        ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

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

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

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

    .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 {
        width: 90%;
        max-width: 470px;
        text-align: left;
    }

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

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

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

    ._404-wrap {
        padding: 30px;
    }

    .heading-2 {
        font-size: 17vw;
    }

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

    .column {
        padding-top: 40px;
    }

    .image {
        max-width: 100px;
    }

    .column-4 {
        padding-top: 80px;
    }

    .image-copy {
        max-width: 100px;
    }

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

    .column-13 {
        padding-top: 0px;
    }

    .image-18 {
        padding-top: 40px;
    }

    .column-14 {
        padding-top: 40px;
    }

    .column-15 {
        display: inline-block;
        padding-top: 40px;
        text-align: center;
    }

    .columns-7 {
        display: inline-block;
    }

    .image-19 {
        display: inline-block;
        text-align: center;
    }

    .column-24.paddedcolumn2 {
        padding-left: 0px;
    }

    .image-22 {
        -webkit-transform: rotate(90deg) translate(-50%, -50%);
        -ms-transform: rotate(90deg) translate(-50%, -50%);
        transform: rotate(90deg) translate(-50%, -50%);
        -webkit-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
    }

    .paddedcolumn.paddedcolumn1 {
        padding-right: 0px;
    }
}

@media screen and (max-width: 479px) {
    .image-33 {
        margin-bottom: 20px;
        margin-left: 0px;
        padding-top: 0px;
    }

    h1 {
        font-size: 36px;
        line-height: 52px;
    }

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

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

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

    /*.menu {*/
        /*margin-left: 15px;*/
    /*}*/

    .navigation {
        padding-right: 20px;
        padding-left: 20px;
    }

    .menu-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .menu-button.w--open {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

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

    .intro-header2 {
        margin-bottom: 0px;
        border-radius: 2px;
    }

    .status-message.cc-no-data {
        width: 100%;
    }

    .contact-form-grid {
        width: 100%;
    }

    .our-contacts {
        width: 90%;
    }

    .team-members {
        grid-template-areas: "."
        "."
        "."
        "."
        "."
        ".";
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

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

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

    .blog-item {
        width: 100%;
        max-width: none;
    }

    .heading {
        margin-bottom: 20px;
        padding-left: 0px;
        font-size: 60px;
        line-height: 60px;
    }

    .heading-2 {
        display: inline-block;
        width: 100%;
        margin-bottom: 40px;
        font-size: 17vw;
    }

    .text-block {
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
        background-color: transparent;
    }

    .text-block.ohtext {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #8ef0ff;
    }

    .column {
        padding-top: 29px;
    }

    .column.ohimage {
        padding-top: 60px;
    }

    .container-2 {
        max-width: 100%;
    }

    .container-2.grouptext {
        margin-bottom: 0px;
    }

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

    .text-block-3.txt3-2 {
        padding-top: 20px;
        padding-left: 0px;
    }

    .container-4 {
        padding-bottom: 0px;
    }

    .image {
        max-width: 100px;
    }

    .image.img111 {
        padding-top: 20px;
    }

    .column-3 {
        padding-top: 40px;
    }

    .column-3.clmn3 {
        padding-top: 28px;
    }

    .column-4 {
        padding-top: 60px;
    }

    .column-4.clmn4 {
        padding-top: 57px;
    }

    .column-4.cl4 {
        padding-top: 0px;
    }

    .text-block-5 {
        position: relative;
        display: inline-block;
        text-align: center;
    }

    .image-2 {
        width: 100%;
    }

    .column-5 {
        display: block;
    }

    .column-5.mobileempty {
        display: none;
    }

    .column-6 {
        display: none;
    }

    .image-4 {
        padding-top: 20px;
        padding-left: 20px;
    }

    .column-7 {
        padding-left: 0px;
        text-align: center;
    }

    .image-6 {
        position: static;
    }

    .image-7 {
        display: inline-block;
        padding-top: 20px;
        padding-left: 0px;
        text-align: center;
    }

    .image-8.imgg8 {
        width: 100%;
    }

    .column-8-scroll-animation {
        padding-top: 100px;
    }

    .div-block-sticky {
        position: -webkit-sticky;
        position: sticky;
        width: 1000px;
        margin-left: -500px;
    }

    .image-9.img9fadein {
        width: 100%;
    }

    .image-10.img10fadein {
        width: 100%;
    }

    .column-10 {
        padding-left: 10px;
    }

    .text-block-7 {
        text-align: left;
    }

    .div-block-3 {
        position: relative;
        display: inline-block;
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .text-block-9 {
        padding-top: 30px;
        opacity: 0.7;
    }

    .text-block-10 {
        padding-top: 30px;
        opacity: 0.7;
    }

    .image-copy-copy.img111-copy {
        padding-top: 30px;
    }

    .column-11 {
        padding-top: 60px;
    }

    .column-copy {
        padding-top: 55px;
        padding-right: 0px;
    }

    .text-block-11-copy {
        padding-right: 20px;
        padding-left: 20px;
    }

    .text-block-11-copy.reqs {
        margin-right: 10px;
        margin-left: 10px;
        padding-bottom: 40px;
        border-radius: 18px;
        background-color: #e2e2e2;
    }

    .text-block-12 {
        padding-left: 10px;
        text-align: center;
    }

    .text-block-12.updates {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        border-radius: 15px;
        background-color: #62ff7f;
    }

    .columns-5.mobilekilla {
        padding-top: 0px;
        padding-left: 10px;
    }

    .column-12 {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-13 {
        padding-top: 0px;
        padding-left: 0px;
    }

    .image-copy.img111-copy-copy {
        padding-top: 40px;
    }

    .text-block-15 {
        margin-bottom: 60px;
        padding-top: 60px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .column-14 {
        padding-top: 60px;
    }

    .column-15 {
        padding-top: 80px;
    }

    .columns-7 {
        padding-left: 0px;
    }

    .column-16 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-17 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .columns-8 {
        padding-left: 0px;
    }

    .column-18 {
        display: inline-block;
        text-align: center;
    }

    .column-19 {
        padding-top: 90px;
        padding-left: 0px;
    }

    .section-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        text-align: center;
    }

    .column-21 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .image-20 {
        width: 100%;
        padding-top: 60px;
    }

    .link {
        padding-top: 20px;
    }

    .image-22.arrow2 {
        right: 0px;
        margin-top: 0px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .image-23 {
        margin-top: 0px;
    }

    .image-23.moveup87 {
        margin-top: 0px;
    }

    .image-24 {
        width: 100%;
        padding-top: 20px;
    }

    .image-25 {
        padding-top: 20px;
    }

    .image-26 {
        padding-top: 10px;
    }

    .image-27 {
        left: 25%;
        top: -50%;
        margin-top: auto;
        -webkit-transform: rotate(90deg) translate(50%, 0px);
        -ms-transform: rotate(90deg) translate(50%, 0px);
        transform: rotate(90deg) translate(50%, 0px);
    }

    .columns-9 {
        padding-top: 60px;
    }

    .column-25 {
        padding-left: 0px;
        text-align: center;
    }

    .column-26 {
        display: none;
    }

    .column-27 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-28 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .image-28 {
        display: inline-block;
        padding-top: 60px;
        text-align: center;
    }

    .image-29 {
        width: 100%;
    }

    .column-29 {
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
    }

    .image-31 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-31 {
        padding-left: 0px;
    }
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-b66bc2fe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-b66bc2fe {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-b66bc2fe {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-b66bc2fe {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-b66bc2fe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-b66bc2fe {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-796bc2ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-796bc2ff {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-796bc2ff {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-796bc2ff {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-796bc2ff {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-796bc2ff {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-fb6bc300 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-fb6bc300 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-fb6bc300 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-fb6bc300 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-fb6bc300 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-b26bc301 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-b26bc301 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-666bc303 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-666bc303 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-296bc304 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-296bc304 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-296bc304 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-b86bc305 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-b86bc305 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

@media screen and (max-width: 991px) {
    #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-b66bc2fe {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-b66bc2fe {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-b66bc2fe {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-ca1212d8-4247-8b87-bc90-543393b11905-b66bc2fe {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-796bc2ff {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-796bc2ff {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-796bc2ff {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-796bc2ff {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-fb6bc300 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-fb6bc300 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-fb6bc300 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-_421df62a-c217-12af-eee8-27f88a387928-b26bc301 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-_421df62a-c217-12af-eee8-27f88a387928-666bc303 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-_421df62a-c217-12af-eee8-27f88a387928-b86bc305 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }
}

@media screen and (max-width: 767px) {
    #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-b66bc2fe {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-b66bc2fe {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-b66bc2fe {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 6;
        grid-row-start: 6;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 7;
    }

    #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-b66bc2fe {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
    }

    #w-node-ca1212d8-4247-8b87-bc90-543393b11905-b66bc2fe {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 5;
        grid-row-start: 5;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 6;
    }
}

@media screen and (max-width: 479px) {
    #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-796bc2ff {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-796bc2ff {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
    }

    #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-796bc2ff {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
    }

    #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-796bc2ff {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 5;
        grid-row-start: 5;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 6;
    }

    #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-796bc2ff {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 6;
        grid-row-start: 6;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 7;
    }
}

@font-face {
    font-family: 'Titlefont';
    src: url('../fonts/titlefont25.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lightfont3';
    src: url('../fonts/Lightfont3.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lightfont25';
    src: url('../fonts/lightfont25.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}