:root {
  --black: black;
  --white: white;
}

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

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

body {
  color: #1a1b1f;
  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;
  font-size: 17px;
  text-decoration: underline;
  transition: opacity .2s;
  /*display: block; removed it so the link looks better in the text 16/10/2024*/
}

a:hover {
  color: #32343a;
  text-decoration: none;
}

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 {
  height: 1px;
  background-color: #eee;
  margin-top: 0;
}

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

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

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

.section.cc-home-wrap {
  text-align: center;
}

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

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

.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;
}

.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;
}

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

.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 {
  color: #000;
  background-color: #fff;
}

.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 {
  z-index: 5;
  position: relative;
}

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

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.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;
}

.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 {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

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

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

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navigation {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 22px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  flex: 0 auto;
  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;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  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;
  margin-bottom: 100px;
  display: flex;
}

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

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

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

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

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

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

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

.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;
  margin-top: 100px;
  margin-bottom: 100px;
}

.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::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

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

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

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

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  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;
  margin-bottom: 100px;
  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;
  margin-bottom: 120px;
}

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

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

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

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

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 {
  height: 620px;
  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;
  margin-bottom: 100px;
  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;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

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

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  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 {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

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

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

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

._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 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / minmax(200px, 1fr) minmax(200px, 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;
  align-content: flex-start;
  justify-content: 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;
}

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

.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;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.container-2 {
  flex-flow: wrap;
  display: flex;
}

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

.top_ad {
  max-width: 1289px;
  border: 1px solid #e2dcdc;
  margin: 10px auto;
}

.about {
  float: none;
  clear: none;
  grid-column-gap: 14px;
  grid-row-gap: 80px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e0dbdb;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .5fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: grid;
}

.heading {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border: 1px solid #d1c9c9;
  border-bottom-color: #b16d01;
  border-radius: 3px;
  margin-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 30px;
  line-height: 45px;
}

.div-makkah-123-logo {
  border: 1px dashed #d3cdcd;
  justify-content: space-around;
  align-items: center;
  margin: 11px 5px;
  display: flex;
}

.youtube {
  margin-top: 5px;
  padding-bottom: 0;
}

.makkah123link {
  text-align: center;
}

.div-block-makkah123 {
  text-align: center;
  padding-top: 10px;
}

.m123linkselected {
  color: #af0e0e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.m123link {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link {
  color: #008528;
  text-align: right;
  border: 1px solid #d1c9c9;
  margin-top: 20px;
  padding-right: 10px;
  font-size: 21px;
}

.video {
  margin: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 1px;
}

.div-block-3 {
  border: 1px solid #e7e3e3;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 3px;
}

.link-2 {
  color: #a4a4a7;
  text-align: right;
  margin-right: auto;
  font-size: 56px;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 2fr) minmax(200px, 1fr);
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.div-bloch2 {
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
  text-decoration: none;
}

.text-block {
  border: 0 solid #000;
}

.div-block-soc-parent {
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  display: flex;
}

.heading-2 {
  color: var(--black);
  text-align: left;
  background-color: #fff;
  border: 1px solid #e2dbdb;
  border-bottom-color: #9c3900;
  border-radius: 2px;
  font-size: 25px;
}

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

.div-block-5 {
  text-align: center;
  border: 1px solid #e2dcdc;
}

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

.div-block-left-soc {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  display: flex;
}

.text-block-3 {
  text-align: left;
  padding-left: 10px;
  font-size: 17px;
}

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

.grid-2 {
  grid-column-gap: 0px;
  text-align: center;
  border: 1px solid #d8d1d1;
  border-radius: 1px;
  margin-top: 10px;
  font-size: 17px;
}

.div-block-7 {
  text-align: center;
  border: 1px solid #000;
}

.div-block-8 {
  text-align: left;
}

.link-3 {
  text-align: center;
  font-size: 12px;
  display: block;
}

.div-block-9 {
  display: flex;
}

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

.text-block-5 {
  font-size: 17px;
}

.grid-3 {
  grid-column-gap: 0px;
  border: 0 #000;
  grid-template-rows: auto;
  justify-items: center;
  font-size: 17px;
}

.div-block-11 {
  text-align: center;
  font-size: 17px;
}

.text-block-6 {
  text-align: right;
  padding-right: 10px;
  font-size: 31px;
}

.text-block-7 {
  text-align: right;
  margin-bottom: 3px;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 18px;
}

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

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

.div-block-13 {
  width: 100%;
  text-align: right;
  justify-content: center;
  display: flex;
}

.div-block-14 {
  border: 1px solid #e2dcdc;
}

.text-block-8 {
  font-size: 55px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.navbar {
  background-color: #f6f7f8;
  border-bottom: 1px solid #ffd3d3;
}

.container-3 {
  max-width: 1289px;
  background-color: #f6f7f8;
  border: 0 solid #000;
}

.brand {
  color: #9b9da3;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-9 {
  color: #53545a;
  font-size: 45px;
}

.nav-menu {
  background-color: #f6f7f8;
  margin-top: 20px;
}

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

.link-hide-ad {
  justify-content: center;
  display: flex;
}

.text-block-10, .link17px {
  font-size: 17px;
}

.divtopad {
  height: 280px;
}

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

.div-block-16 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  display: flex;
}

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

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.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;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.divlleftlogos {
  border: 2px solid #e9e8e0;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.divlefttitle {
  border-bottom: 1px solid #00800d;
  padding: 7px 3px 7px 10px;
  font-size: 21px;
}

.text-block-11 {
  color: #b20000;
}

.div-bloglist {
  text-align: center;
  margin-top: 5px;
}

.linkimg-bloglist {
  font-size: 15px;
}

.imagebloglist {
  border: 1px solid #9b8d8d;
  padding: 1px;
}

.linkblogtit {
  color: #1f1e1e;
  margin-top: 3px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.linkblogtit:hover {
  text-decoration: underline;
}

.divider-leftlist {
  border: 1px solid #ddd;
  margin: 7px 10px;
}

.divcatpath {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.linkcatpath {
  color: #123ce4;
  /*font-size: 18px;*/
  /*font-weight: 700;*/
  text-decoration: none;
}

.divcatlist {
  float: right;
  text-align: right;
  margin-bottom: 20px;
  display: block;
}

.imagecatlist300 {
  border: 4px solid #e0e0e0;
}

.div-block-18 {
  justify-content: center;
  display: flex;
}

.link-4 {
  margin-right: 5px;
  font-size: 18px;
}

.column {
  border: 1px solid #e9e9e9;
}

.divbigimage {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image740 {
  border: 5px solid #d8d8d8;
}

.text-block-12 {
  color: #b40e0e;
  font-size: 20px;
}

.nav-link-2-copy {
  color: #2e2d2d;
  padding-top: 0;
  font-size: 18px;
}

.dropdown-list {
  background-color: #fffefe;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #667fb4;
  border-radius: 1px;
}

.nav-link-2 {
  color: #2e2d2d;
  padding-top: 20px;
  font-size: 18px;
}

.nav-link-2.w--current {
  color: #b20000;
}

.text-block-13 {
  color: #b60606;
  text-align: right;
  border: 1px solid #dbdbdb;
  padding-right: 10px;
}

.grid-countrflags {
  grid-template: ". . . Area"
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  padding: 10px;
}

.linkcflag, .imagesmsideflag {
  text-align: center;
}

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

.link-countrylink, .div-bigcountry, .div-blockfb {
  text-align: center;
}

.text-block-14 {
  font-size: 29px;
}

.div-cflagcat {
  border-bottom: 1px solid #42b465;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.image-cflagcat {
  border: 5px solid #d6d6d6;
}

.divpresslist {
  border: 1px solid #d3d3d3;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.div-block-19 {
  text-align: right;
  margin-right: 10px;
}

.div-block-list {
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px;
  display: block;
}

.link-5 {
  color: #b60c00;
  font-size: 30px;
  text-decoration: none;
}

.link-5:hover, .link-5:visited {
  color: #2243b9;
}

.link-block-2 {
  margin-left: 10px;
}

.link-6 {
  align-self: flex-end;
}

.link-6:visited {
  color: #757575;
}

.newspaper {
  border: 3px dashed #ddd;
  border-bottom-width: 2px;
}

.image-3 {
  max-height: 40px;
  max-width: 40px;
  min-height: 35px;
  min-width: 35px;
}

.div-open-in--new {
  justify-content: flex-start;
  display: flex;
}

.link-7 {
  font-size: 25px;
}

.link-h3-title {
  color: #d60004;
  font-size: 25px;
  text-decoration: none;
}

.link-h3-title:hover {
  text-decoration: underline;
}

.link-h3-title:visited {
  color: #0065d1;
}

._2columnslist {
  width: 100%;
  flex-direction: row;
}

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

.div-list-side-ads {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-20 {
  justify-content: center;
  display: flex;
}

.link-8 {
  margin-right: 5px;
  font-size: 18px;
}

.div-1press {
  margin-top: 8px;
  margin-bottom: 8px;
}

.div-block-21 {
  justify-content: center;
  display: flex;
}

.div-block-22 {
  text-align: center;
  border: 2px solid #e0e0e0;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.div-block-23 {
  border: 2px solid rgba(29, 161, 242, .44);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 3px;
  display: flex;
}

.link-9 {
  margin-left: 10px;
}

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

.link-11 {
  color: #30002c;
  margin-left: 20px;
  font-size: 35px;
  text-decoration: none;
}

.div-twitterembed {
  text-align: center;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.text-block-15 {
  color: #123ce4;
  font-weight: 700;
}

.text-block-16 {
  color: #123ce4;
}

.linkcatpath2 {
  color: #123ce4;
  /*font-size: 18px;*/
  /*font-weight: 700;*/
  text-decoration: none;
}

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

.pressimg {
  border: 2px solid #d6d6d6;
}

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

.link-opinnew {
  margin-left: 5px;
}

.link-press {
  font-size: 17px;
}

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

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

  .button {
    justify-content: center;
  }

  .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;
    position: static;
  }

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    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;
    grid-auto-flow: row;
    position: static;
  }

  .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 {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .about {
    float: none;
    clear: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    font-size: 25px;
  }

  .link-2 {
    font-size: 45px;
  }

  .grid {
    grid-template-columns: minmax(200px, 1fr);
  }

  .div-block-4 {
    height: 1px;
  }

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

  .grid-4 {
    grid-template-columns: .75fr 1.5fr;
  }

  .container-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-button-2 {
    margin-top: 10px;
  }

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

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .nav-link-2-copy {
    text-align: center;
    display: block;
  }

  .dropdown-toggle {
    display: inline-block;
  }

  .nav-link-2 {
    text-align: center;
  }
}

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

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

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

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 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: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    font-size: 20px;
  }

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

  .intro-content {
    width: 80%;
  }

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

  .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 {
    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;
  }

  .about {
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    margin-left: 3px;
    margin-right: 3px;
  }

  .text-block-3 {
    font-size: 17px;
  }

  .text-block-5 {
    font-size: 16px;
    display: flex;
  }

  .text-block-6 {
    font-size: 25px;
  }

  .text-block-7 {
    font-size: 17px;
  }

  .text-block-9 {
    font-size: 40px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-open-in--new {
    justify-content: center;
  }

  ._2columnslist {
    flex-direction: column;
    display: flex;
  }
}

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

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

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

  .menu {
    margin-left: 15px;
  }

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

  .navigation-item {
    font-size: 18px;
  }

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

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

  .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;
  }

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

  .about {
    border-radius: 1px;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 23px;
  }

  .div-block-3 {
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-2 {
    font-size: 35px;
  }

  .div-bloch2 {
    margin-left: 1px;
    margin-right: 1px;
  }

  .div-block-soc-parent {
    padding-right: 5px;
  }

  .div-block-6 {
    display: flex;
  }

  .div-block-left-soc {
    margin-bottom: -48px;
    display: flex;
  }

  .link-3 {
    margin-top: -26px;
    font-size: 9px;
  }

  .text-block-5 {
    margin-top: -25px;
    font-size: 17px;
  }

  .grid-3 {
    grid-column-gap: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .text-block-7 {
    font-size: 17px;
  }

  .grid-4 {
    grid-template-columns: 1.5fr;
  }

  .container-3 {
    margin-left: 0;
  }

  .text-block-9 {
    font-size: 38px;
  }

  .div-hide-ad {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .divtopad {
    height: 340px;
  }

  .footer-subscribe {
    margin-left: 1px;
    margin-right: 1px;
  }

  .container-4 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .divlleftlogos {
    margin-left: 1px;
    margin-right: 1px;
  }

  .text-block-11 {
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
  }

  .divcatpath {
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .linkcatpath {
    /*font-size: 15px;*/
  }

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

  .nav-link-2-copy {
    padding-top: 0;
  }

  .link-countrylink {
    font-size: 13px;
  }

  .div-blockfb, .div-cflagcat {
    margin-left: 1px;
    margin-right: 1px;
  }

  .link-5 {
    font-size: 30px;
  }

  .div-1press {
    margin-left: 1px;
    margin-right: 1px;
  }

  .link-11 {
    font-size: 25px;
  }

  .linkcatpath2 {
    /*font-size: 12px;*/
  }

  .link-press {
    font-size: 15px;
  }
}

#w-node-_611759c2-7515-59df-c855-1e1d444da961-a354c0c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_611759c2-7515-59df-c855-1e1d444da96c-a354c0c1, #w-node-_86e64837-0616-515b-4568-76c147234d41-a354c0c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-a354c0c1, #w-node-_86e64837-0616-515b-4568-76c147234d34-a354c0c1, #w-node-eb0ab773-1c5f-107d-d5be-5e9e68f68e72-a354c0c1, #w-node-ca1212d8-4247-8b87-bc90-543393b118e6-a354c0c4 {
  grid-area: 1 / 1 / 2 / 2;
}

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

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

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

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

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

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-a354c0c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-a354c0c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-a354c0c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-a354c0c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-a354c0c6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52c5-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52d7-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52d8-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52da-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52dc-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52dd-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52df-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52e1-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52e2-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52e4-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52e6-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52e7-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52eb-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52ec-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52ee-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52f0-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52f1-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52f3-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52f5-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52f6-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52f8-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52fa-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52fb-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52fd-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52ff-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5300-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5302-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5304-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5305-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5307-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5309-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca530a-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca530c-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca530e-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca530f-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5311-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5313-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5314-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5316-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5318-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5319-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca531b-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca531d-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca531e-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5320-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5322-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5323-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5325-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5327-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5328-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca532a-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca532c-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca532d-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca532f-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5331-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5332-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5334-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5336-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5337-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5339-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca533b-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca533c-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca533e-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5340-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5341-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5343-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5345-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5346-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5348-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5289-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5293-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5295-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5297-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca5299-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca529b-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca529d-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca529f-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52a1-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52a3-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52a5-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52a7-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52a9-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52ab-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52ad-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52af-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52b1-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52b3-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52b5-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f06b7b2-4039-7042-06ff-25d85bca52b7-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52b9-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52bb-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52bd-a354c0c8, #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52bf-a354c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-a354c0c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-a354c0c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-a354c0ca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-a354c0ca {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_127263c4-052b-af78-056e-802e4eb5076b-a354c0ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c02a4ad-e70e-1f9c-ab5a-971372c69b6e-a354c0ce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_232f638b-32da-8926-a5fd-937c8ffce936-a354c0ce, #w-node-_1fdac8bd-63b3-16fb-ba76-bf61957ee460-a354c0ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_014aeeda-ad9f-d453-00fc-184b8d00cb38-a354c0ce, #w-node-_20127044-0005-9328-bd84-e3148f3dccf7-a354c0ce, #w-node-_9fdb233c-2109-d6c6-ad0d-ef57064d4862-a354c0ce, #w-node-e603a089-81f9-5769-5adc-65cf6d0353a2-a354c0ce, #w-node-_4717ec27-7dd9-2131-82f5-8e3dc1e93b24-a354c0ce, #w-node-ca770fbd-4ca2-e912-3852-1d9c054b1030-a354c0ce, #w-node-_27b8ae2a-db1f-1654-fc5b-eabab3b65f26-a354c0ce, #w-node-aa0394df-9b08-f414-b18a-e6e5c3ecfd8d-a354c0ce, #w-node-_9924610f-fbe7-d5ff-80f3-8b80e2ebfc2d-a354c0ce, #w-node-_650fa89b-1faa-7e18-cef6-088bf63350b6-a354c0ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8627efa-cafc-5995-bf1d-a17819daae04-a354c0ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_611759c2-7515-59df-c855-1e1d444da961-a354c0c1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_611759c2-7515-59df-c855-1e1d444da96c-a354c0c1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-a354c0c1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-a354c0c1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-a354c0c1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eb0ab773-1c5f-107d-d5be-5e9e68f68e72-a354c0c1 {
    grid-area: 1 / 1 / 2 / 2;
  }

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

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

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

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

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-a354c0c6, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-a354c0c6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-a354c0c6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f06b7b2-4039-7042-06ff-25d85bca52c5-a354c0c8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-a354c0c9, #w-node-_421df62a-c217-12af-eee8-27f88a387928-a354c0ca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20127044-0005-9328-bd84-e3148f3dccf7-a354c0ce {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-a354c0c4 {
    grid-area: 2 / 1 / 3 / 2;
  }

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

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-a354c0c4 {
    grid-area: 6 / 1 / 7 / 2;
  }

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

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-a354c0c4 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e926aace-9820-5818-b839-c1c4f73e0784-a354c0ce {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f06b7b2-4039-7042-06ff-25d85bca5289-a354c0c8, #w-node-_127263c4-052b-af78-056e-802e4eb5076b-a354c0ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e926aace-9820-5818-b839-c1c4f73e0784-a354c0ce {
    justify-self: center;
  }
}


